[arch-commits] Commit in pacman-contrib/repos (3 files)

Johannes Löthberg demize at archlinux.org
Wed Dec 25 15:45:49 UTC 2019


    Date: Wednesday, December 25, 2019 @ 15:45:49
  Author: demize
Revision: 541193

db-move: moved pacman-contrib from [community-testing] to [community] (x86_64)

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

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   44 --------------------------------------
 2 files changed, 50 insertions(+), 44 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2019-12-25 15:43:31 UTC (rev 541192)
+++ community-x86_64/PKGBUILD	2019-12-25 15:45:49 UTC (rev 541193)
@@ -1,44 +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=3
-
-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:

Copied: pacman-contrib/repos/community-x86_64/PKGBUILD (from rev 541192, pacman-contrib/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-12-25 15:45:49 UTC (rev 541193)
@@ -0,0 +1,50 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=pacman-contrib
+pkgver=1.3.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=('fakeroot' 'pacman' 'perl')
+makedepends=('asciidoc')
+optdepends=('findutils: pacdiff'
+            'mlocate: pacdiff'
+            'sudo: privilege elevation for several scripts')
+
+source=("https://git.archlinux.org/pacman-contrib.git/snapshot/pacman-contrib-$pkgver.tar".{gz,asc})
+sha256sums=('2b8f614651dbe272c9b518c73e53fc194405c06fd8637159a8ac9012c84e9452'
+            'SKIP')
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
+
+prepare() {
+  cd pacman-contrib-$pkgver
+
+  ./autogen.sh
+}
+
+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
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list