expect, sqlite: rebuild for tcl package split

This commit is contained in:
Biswapriyo Nath 2023-04-17 01:39:12 +05:30
parent ad6855b4b9
commit af2d9260bf
2 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@
pkgname=expect pkgname=expect
pkgver=5.45.4 pkgver=5.45.4
pkgrel=4 pkgrel=5
pkgdesc="A tool for automating interactive applications" pkgdesc="A tool for automating interactive applications"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.nist.gov/el/msid/expect.cfm" url="https://www.nist.gov/el/msid/expect.cfm"
license=('custom') license=('custom')
depends=('tcl') depends=('tcl')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc' 'tcl-devel')
source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz
config.guess config.guess
config.sub config.sub

View File

@ -9,13 +9,13 @@ pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc'
_sqlite_year=2023 _sqlite_year=2023
_amalgamationver=3410200 _amalgamationver=3410200
pkgver=3.41.2 pkgver=3.41.2
pkgrel=2 pkgrel=3
pkgdesc="A C library that implements an SQL database engine" pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=(PublicDomain) license=(PublicDomain)
url="https://www.sqlite.org/" url="https://www.sqlite.org/"
depends=('libreadline' 'zlib' 'tcl') 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 source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_amalgamationver}.zip
https://www.sqlite.org/${_sqlite_year}/sqlite-doc-${_amalgamationver}.zip https://www.sqlite.org/${_sqlite_year}/sqlite-doc-${_amalgamationver}.zip
LICENSE LICENSE