[arch-commits] Commit in byacc/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Aug 4 09:10:40 UTC 2017
Date: Friday, August 4, 2017 @ 09:10:40
Author: anthraxx
Revision: 248161
upgpkg: byacc 20170709-1
Modified:
byacc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-04 09:08:41 UTC (rev 248160)
+++ PKGBUILD 2017-08-04 09:10:40 UTC (rev 248161)
@@ -5,7 +5,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=byacc
-pkgver=20170201
+pkgver=20170709
pkgrel=1
pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
url='http://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
depends=('glibc')
replaces=('byacc-noconflict')
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
+sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
'SKIP')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
@@ -28,7 +28,7 @@
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list