[arch-commits] Commit in liblqr/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 30 18:20:41 UTC 2018


    Date: Wednesday, May 30, 2018 @ 18:20:40
  Author: jelle
Revision: 325151

archrelease: copy trunk to extra-x86_64

Added:
  liblqr/repos/extra-x86_64/PKGBUILD
    (from rev 325150, liblqr/trunk/PKGBUILD)
Deleted:
  liblqr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 18:20:10 UTC (rev 325150)
+++ PKGBUILD	2018-05-30 18:20:40 UTC (rev 325151)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=liblqr
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
-arch=('i686' 'x86_64')
-url="http://liblqr.wikidot.com/"
-license=('GPL')
-depends=('glib2')
-options=('!emptydirs')
-source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2")
-md5sums=('915643d993da97e10665d48c0bf8f3d0')
-
-build() {
-  cd "$srcdir/$pkgname-1-$pkgver"
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-1-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: liblqr/repos/extra-x86_64/PKGBUILD (from rev 325150, liblqr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 18:20:40 UTC (rev 325151)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=liblqr
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
+arch=('x86_64')
+url="http://liblqr.wikidot.com/"
+license=('GPL')
+depends=('glib2')
+options=('!emptydirs')
+source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2")
+md5sums=('915643d993da97e10665d48c0bf8f3d0')
+
+build() {
+  cd "$srcdir/$pkgname-1-$pkgver"
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-1-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list