[arch-commits] Commit in pacutils/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Mon May 28 16:45:55 UTC 2018
Date: Monday, May 28, 2018 @ 16:45:54
Author: demize
Revision: 332759
archrelease: copy trunk to community-testing-x86_64
Added:
pacutils/repos/community-testing-x86_64/PKGBUILD
(from rev 332758, pacutils/trunk/PKGBUILD)
Deleted:
pacutils/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-28 16:45:49 UTC (rev 332758)
+++ PKGBUILD 2018-05-28 16:45:54 UTC (rev 332759)
@@ -1,46 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacutils
-pkgver=0.6.2
-pkgrel=2
-
-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:
Copied: pacutils/repos/community-testing-x86_64/PKGBUILD (from rev 332758, pacutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-28 16:45:54 UTC (rev 332759)
@@ -0,0 +1,46 @@
+# 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:
More information about the arch-commits
mailing list