[arch-commits] Commit in pacutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Thu Jan 17 22:46:47 UTC 2019


    Date: Thursday, January 17, 2019 @ 22:46:47
  Author: demize
Revision: 423963

archrelease: copy trunk to community-x86_64

Added:
  pacutils/repos/community-x86_64/PKGBUILD
    (from rev 423962, pacutils/trunk/PKGBUILD)
Deleted:
  pacutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-17 22:46:42 UTC (rev 423962)
+++ PKGBUILD	2019-01-17 22:46:47 UTC (rev 423963)
@@ -1,46 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacutils
-pkgver=0.6.2
-pkgrel=3
-
-pkgdesc='Helper tools for libalpm'
-url='https://github.com/andrewgregory/pacutils'
-arch=('x86_64')
-license=('MIT')
-
-depends=('pacman')
-makedepends=('git')
-
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=db60ff5ec278cb3f1db8babcaa20c36d870affbc" # tags/v0.6.2
-        "git+https://github.com/andrewgregory/mINI.c.git"
-        "git+https://github.com/andrewgregory/tap.c.git")
-sha1sums=('SKIP'
-          'SKIP'
-          'SKIP')
-
-prepare() {
-  cd pacutils
-  git submodule init
-  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
-  git config submodule.t/tap.c.url "$srcdir/tap.c"
-  git submodule update
-}
-
-build() {
-  cd pacutils
-  make SYSCONFDIR=/etc LOCALSTATEDIR=/var
-}
-
-check() {
-  cd pacutils
-  make check
-}
-
-package() {
-  cd pacutils
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
-}
-
-# vim: set ft=PKGBUILD et sw=2:

Copied: pacutils/repos/community-x86_64/PKGBUILD (from rev 423962, pacutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-17 22:46:47 UTC (rev 423963)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=pacutils
+pkgver=0.6.3
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=db60ff5ec278cb3f1db8babcaa20c36d870affbc" # tags/v0.6.2
+        "git+https://github.com/andrewgregory/mINI.c.git"
+        "git+https://github.com/andrewgregory/tap.c.git")
+sha1sums=('SKIP'
+          'SKIP'
+          'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:



More information about the arch-commits mailing list