[arch-commits] Commit in pacman-contrib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Mon Oct 7 03:21:37 UTC 2019
Date: Monday, October 7, 2019 @ 03:21:37
Author: polyzen
Revision: 513681
archrelease: copy trunk to community-x86_64
Added:
pacman-contrib/repos/community-x86_64/PKGBUILD
(from rev 513680, pacman-contrib/trunk/PKGBUILD)
Deleted:
pacman-contrib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 44 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 03:21:16 UTC (rev 513680)
+++ PKGBUILD 2019-10-07 03:21:37 UTC (rev 513681)
@@ -1,42 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=pacman-contrib
-pkgver=1.2.0
-pkgrel=1
-
-pkgdesc="Contributed scripts and tools for pacman systems"
-url="https://git.archlinux.org/pacman-contrib.git/about/"
-arch=('x86_64')
-license=('GPL')
-
-depends=('pacman' 'fakeroot')
-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')
-
-build() {
- cd pacman-contrib-$pkgver
-
- ./autogen.sh
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
- make
-}
-
-check() {
- make -C pacman-contrib-$pkgver check
-}
-
-package() {
- cd pacman-contrib-$pkgver
-
- make DESTDIR="$pkgdir" install
-}
Copied: pacman-contrib/repos/community-x86_64/PKGBUILD (from rev 513680, pacman-contrib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 03:21:37 UTC (rev 513681)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=pacman-contrib
+pkgver=1.2.0
+pkgrel=2
+
+pkgdesc="Contributed scripts and tools for pacman systems"
+url="https://git.archlinux.org/pacman-contrib.git/about/"
+arch=('x86_64')
+license=('GPL')
+
+depends=('fakeroot' 'pacman' 'perl')
+makedepends=('asciidoc')
+optdepends=('mlocate: pacdiff'
+ 'findutils: pacdiff')
+
+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
+
+ ./autogen.sh
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ make
+}
+
+check() {
+ make -C pacman-contrib-$pkgver check
+}
+
+package() {
+ cd pacman-contrib-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list