expect, sqlite: rebuild for tcl package split
This commit is contained in:
parent
ad6855b4b9
commit
af2d9260bf
@ -4,13 +4,13 @@
|
||||
|
||||
pkgname=expect
|
||||
pkgver=5.45.4
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A tool for automating interactive applications"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.nist.gov/el/msid/expect.cfm"
|
||||
license=('custom')
|
||||
depends=('tcl')
|
||||
makedepends=('autotools' 'gcc')
|
||||
makedepends=('autotools' 'gcc' 'tcl-devel')
|
||||
source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz
|
||||
config.guess
|
||||
config.sub
|
||||
|
||||
@ -9,13 +9,13 @@ pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc'
|
||||
_sqlite_year=2023
|
||||
_amalgamationver=3410200
|
||||
pkgver=3.41.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('i686' 'x86_64')
|
||||
license=(PublicDomain)
|
||||
url="https://www.sqlite.org/"
|
||||
depends=('libreadline' 'zlib' 'tcl')
|
||||
makedepends=('libreadline-devel' 'icu-devel' 'zlib-devel' 'autotools' 'gcc')
|
||||
makedepends=('libreadline-devel' 'icu-devel' 'tcl-devel' 'zlib-devel' 'autotools' 'gcc')
|
||||
source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_amalgamationver}.zip
|
||||
https://www.sqlite.org/${_sqlite_year}/sqlite-doc-${_amalgamationver}.zip
|
||||
LICENSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user