[arch-commits] Commit in pkgconf/repos (4 files)

Johannes Löthberg demize at archlinux.org
Sat Jan 14 17:53:30 UTC 2017


    Date: Saturday, January 14, 2017 @ 17:53:29
  Author: demize
Revision: 207373

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pkgconf/repos/community-i686/PKGBUILD
    (from rev 207372, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/community-x86_64/PKGBUILD
    (from rev 207372, pkgconf/trunk/PKGBUILD)
Deleted:
  pkgconf/repos/community-i686/PKGBUILD
  pkgconf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-14 17:53:23 UTC (rev 207372)
+++ community-i686/PKGBUILD	2017-01-14 17:53:29 UTC (rev 207373)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
-# Contributor: Lucy <lucy at luz.lu>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=pkgconf
-pkgver=1.1.0
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
-
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
-
-build() {
-	cd pkgconf-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd pkgconf-$pkgver
-	make DESTDIR="$pkgdir" install
-	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-i686/PKGBUILD (from rev 207372, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-14 17:53:29 UTC (rev 207373)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=1.1.1
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
+
+sha256sums=('c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-14 17:53:23 UTC (rev 207372)
+++ community-x86_64/PKGBUILD	2017-01-14 17:53:29 UTC (rev 207373)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
-# Contributor: Lucy <lucy at luz.lu>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=pkgconf
-pkgver=1.1.0
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
-
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
-
-build() {
-	cd pkgconf-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd pkgconf-$pkgver
-	make DESTDIR="$pkgdir" install
-	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 207372, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-14 17:53:29 UTC (rev 207373)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=1.1.1
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
+
+sha256sums=('c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list