[arch-commits] Commit in autoconf-archive/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Dec 30 17:07:00 UTC 2014


    Date: Tuesday, December 30, 2014 @ 18:06:59
  Author: spupykin
Revision: 124969

validpgpkeys

Modified:
  autoconf-archive/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 17:01:39 UTC (rev 124968)
+++ PKGBUILD	2014-12-30 17:06:59 UTC (rev 124969)
@@ -10,17 +10,14 @@
 license=('GPL')
 depends=('autoconf')
 optdepends=('automake: macros for use with it')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
 source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 md5sums=('36dc498606a986b2754fb8f779be2b18'
          'SKIP')
 
-prepare() {
+build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
   make
 }
 



More information about the arch-commits mailing list