Date: Monday, October 7, 2019 @ 01:34:04
  Author: polyzen
Revision: 513679

archrelease: copy trunk to community-x86_64

Added:
  pacman-contrib/repos/community-x86_64/PKGBUILD
    (from rev 513678, pacman-contrib/trunk/PKGBUILD)
Deleted:
  pacman-contrib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-07 01:33:43 UTC (rev 513678)
+++ PKGBUILD    2019-10-07 01:34:04 UTC (rev 513679)
@@ -1,40 +0,0 @@
-# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
-
-pkgname=pacman-contrib
-pkgver=1.1.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 
<johan...@kyriasis.com>
-source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
-sha256sums=('308c3b8dc15ed8bd419cba1eb3103afe9250cf415626334a0c3a753b550549a6'
-            'SKIP')
-
-build() {
-  cd pacman-contrib-$pkgver
-
-  ./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 513678, 
pacman-contrib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-07 01:34:04 UTC (rev 513679)
@@ -0,0 +1,42 @@
+# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
+# Maintainer: Daniel M. Capella <poly...@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 
<johan...@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
+}

Reply via email to