Date: Wednesday, May 13, 2020 @ 16:50:15 Author: arojas Revision: 383334
Update to 1.2.0, remove duplicate make command Modified: libutempter/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-13 11:06:34 UTC (rev 383333) +++ PKGBUILD 2020-05-13 16:50:15 UTC (rev 383334) @@ -1,19 +1,20 @@ # Maintainer: Jan de Groot <j...@archlinux.org> pkgname=libutempter -pkgver=1.1.6 -pkgrel=3 +pkgver=1.2.0 +pkgrel=1 pkgdesc="Interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files" arch=('x86_64') url="ftp://ftp.altlinux.org/pub/people/ldv/utempter" license=('LGPL') depends=('glibc') -source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2) -sha512sums=('6ada410b981d157ae20b578de8ce20997ec0446ec6de6859549b080aa65976fc9900d211600dab09dc3d0d109daabad0994a648b093b8781b442ff26ca17fede') +source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc}) +sha512sums=('24b9fb59269b48bfee397520907c74746a7a38cf12cc002a8adcdd930460036caea7c72fe47b93badf678dc8306786bf4d87f23ee696a524bfc93722ea1eed23' + 'SKIP') +validpgpkeys=(296D6F29A020808E8717A8842DB5BD89A340AEB7) # Dmitry V. Levin <l...@altlinux.org> build() { cd "$srcdir/$pkgname-$pkgver" - RPM_OPT_FLAGS="$CFLAGS" make make }