Date: Friday, May 3, 2019 @ 05:10:24 Author: andyrtr Revision: 352439
upgpkg: ell 0.19-1 upstream update 0.19; build from tarball Modified: ell/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-02 22:40:25 UTC (rev 352438) +++ PKGBUILD 2019-05-03 05:10:24 UTC (rev 352439) @@ -2,8 +2,8 @@ # Contributor: Jameson Pugh <[email protected]> pkgname=ell -_commit=ebc021cee3b2d20ca2af5e3ed02495da616b2fd3 # tags/0.17 -pkgver=0.17 +#_commit=ebc021cee3b2d20ca2af5e3ed02495da616b2fd3 # tags/0.17 +pkgver=0.19 pkgrel=1 pkgdesc="Embedded Linux library" arch=(x86_64) @@ -11,27 +11,33 @@ #url="https://git.kernel.org/pub/scm/libs/ell/ell.git/" license=('LGPL2.1') depends=('glibc') -makedepends=('git') -source=("git+https://git.kernel.org/pub/scm/libs/ell/ell.git/#commit=$_commit") -sha256sums=('SKIP') +#makedepends=('git') +#source=("git+https://git.kernel.org/pub/scm/libs/ell/ell.git/#commit=$_commit") +#sha256sums=('SKIP') +# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc +source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign}) +sha256sums=('a5a4d45ca002dd91560fcd565e696f59e82631e69c927115dafc640f0b8d779c' + 'SKIP') +validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann <[email protected]>" -prepare() { - cd "$pkgname" - ./bootstrap -} +#prepare() { +# cd "$pkgname" +# ./bootstrap +#} build() { - cd "$pkgname" + #cd "$pkgname" + cd "$pkgname-$pkgver" ./configure --prefix=/usr make } check() { - cd "$pkgname" + cd "$pkgname-$pkgver" make -k check } package() { - cd "$pkgname" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }
