[arch-commits] Commit in gnome-common/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Apr 29 10:29:38 UTC 2015
Date: Wednesday, April 29, 2015 @ 12:29:38
Author: jgc
Revision: 238248
upgpkg: gnome-common 3.14.0-2
Drop files included in autoconf-archive
Modified:
gnome-common/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-29 09:45:47 UTC (rev 238247)
+++ PKGBUILD 2015-04-29 10:29:38 UTC (rev 238248)
@@ -3,10 +3,10 @@
pkgname=gnome-common
pkgver=3.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Common development macros for GNOME"
arch=(any)
-depends=('sh')
+depends=('sh' 'autoconf-archive')
license=('GPL')
url="http://www.gnome.org"
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
@@ -21,4 +21,5 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir"/usr/share/aclocal/ax_*
}
More information about the arch-commits
mailing list