[arch-commits] Commit in pacutils/repos (4 files)
Johannes Löthberg
demize at archlinux.org
Wed Sep 13 23:23:34 UTC 2017
Date: Wednesday, September 13, 2017 @ 23:23:33
Author: demize
Revision: 257494
archrelease: copy trunk to community-i686, community-x86_64
Added:
pacutils/repos/community-i686/PKGBUILD
(from rev 257493, pacutils/trunk/PKGBUILD)
pacutils/repos/community-x86_64/PKGBUILD
(from rev 257493, pacutils/trunk/PKGBUILD)
Deleted:
pacutils/repos/community-i686/PKGBUILD
pacutils/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 92 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 46 ----------------------
community-x86_64/PKGBUILD | 46 ----------------------
3 files changed, 92 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-13 23:23:20 UTC (rev 257493)
+++ community-i686/PKGBUILD 2017-09-13 23:23:33 UTC (rev 257494)
@@ -1,46 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacutils
-pkgver=0.5.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=c3b06c108531e3cce945aa0708bb62422eecf7a6"
- "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-i686/PKGBUILD (from rev 257493, pacutils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-13 23:23:33 UTC (rev 257494)
@@ -0,0 +1,46 @@
+# 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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-13 23:23:20 UTC (rev 257493)
+++ community-x86_64/PKGBUILD 2017-09-13 23:23:33 UTC (rev 257494)
@@ -1,46 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacutils
-pkgver=0.5.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=c3b06c108531e3cce945aa0708bb62422eecf7a6"
- "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 257493, pacutils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-13 23:23:33 UTC (rev 257494)
@@ -0,0 +1,46 @@
+# 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:
More information about the arch-commits
mailing list