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

Johannes Löthberg demize at archlinux.org
Tue Dec 19 18:23:19 UTC 2017


    Date: Tuesday, December 19, 2017 @ 18:23:17
  Author: demize
Revision: 274909

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-19 18:23:00 UTC (rev 274908)
+++ PKGBUILD	2017-12-19 18:23:17 UTC (rev 274909)
@@ -1,46 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacutils
-pkgver=0.6.0
-pkgrel=1
-
-pkgdesc='Helper tools for libalpm'
-url='https://github.com/andrewgregory/pacutils'
-arch=('i686' 'x86_64')
-license=('MIT')
-
-depends=('pacman')
-makedepends=('git')
-
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=2137447bc35d542fe8236d5987740d7ed3240794"
-        "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 274908, pacutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-19 18:23:17 UTC (rev 274909)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=pacutils
+pkgver=0.6.1
+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=a8302fd8c059c9ab240b8b2ac49dfef369f2287a"
+        "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