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

Daniel M. Capella polyzen at archlinux.org
Mon Oct 7 03:21:16 UTC 2019


    Date: Monday, October 7, 2019 @ 03:21:16
  Author: polyzen
Revision: 513680

upgpkg: pacman-contrib 1.2.0-2 Add perl dep

Also sync with -git package.

Modified:
  pacman-contrib/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 01:34:04 UTC (rev 513679)
+++ PKGBUILD	2019-10-07 03:21:16 UTC (rev 513680)
@@ -3,7 +3,7 @@
 
 pkgname=pacman-contrib
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Contributed scripts and tools for pacman systems"
 url="https://git.archlinux.org/pacman-contrib.git/about/"
@@ -10,15 +10,15 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('pacman' 'fakeroot')
+depends=('fakeroot' 'pacman' 'perl')
+makedepends=('asciidoc')
 optdepends=('mlocate: pacdiff'
             'findutils: pacdiff')
-makedepends=('asciidoc')
 
-validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
 source=("https://git.archlinux.org/pacman-contrib.git/snapshot/pacman-contrib-$pkgver.tar".{gz,asc})
 sha256sums=('317f53819e35647a19138cb0d68e16206af4a80f52115a7cd622c4a367f914b7'
             'SKIP')
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
 
 build() {
   cd pacman-contrib-$pkgver
@@ -25,9 +25,9 @@
 
   ./autogen.sh
   ./configure \
-      --prefix=/usr \
-      --sysconfdir=/etc \
-      --localstatedir=/var
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
   make
 }
 
@@ -40,3 +40,5 @@
 
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list