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

Dave Reisner dreisner at nymeria.archlinux.org
Tue Dec 24 21:35:48 UTC 2013


    Date: Tuesday, December 24, 2013 @ 22:35:48
  Author: dreisner
Revision: 202690

upgpkg: pacman 4.1.2-5

- install PKGBUILD.vim (FS#37036)
- add debug package (hosted elsewhere)

Modified:
  pacman/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-24 21:00:55 UTC (rev 202689)
+++ PKGBUILD	2013-12-24 21:35:48 UTC (rev 202690)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/"
@@ -19,6 +19,7 @@
 conflicts=('pacman-contrib')
 replaces=('pacman-contrib')
 backup=(etc/pacman.conf etc/makepkg.conf)
+options=('strip' 'debug')
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
         pacman.conf.i686
         pacman.conf.x86_64
@@ -81,4 +82,6 @@
   for f in makepkg pacman-key; do
     ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
   done
+
+  install -Dm644 contrib/PKGBUILD.vim "$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
 }




More information about the arch-commits mailing list