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

Giovanni Scafora giovanni at archlinux.org
Mon Nov 28 17:13:08 UTC 2011


    Date: Monday, November 28, 2011 @ 12:13:08
  Author: giovanni
Revision: 143722

upgpkg: ctags 5.8-3

rebuild

Modified:
  ctags/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 17:06:53 UTC (rev 143721)
+++ PKGBUILD	2011-11-28 17:13:08 UTC (rev 143722)
@@ -4,13 +4,13 @@
 
 pkgname=ctags
 pkgver=5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Generates an index file of language objects found in source files"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
 url="http://ctags.sourceforge.net/"
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('c00f82ecdcc357434731913e5b48630d')
 
 build() {
@@ -18,6 +18,11 @@
 
   ./configure --prefix=/usr \
               --disable-external-sort
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make prefix=${pkgdir}/usr install
 }




More information about the arch-commits mailing list