summaryrefslogtreecommitdiff
path: root/extra/liblqr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /extra/liblqr
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'extra/liblqr')
-rw-r--r--extra/liblqr/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/liblqr/PKGBUILD b/extra/liblqr/PKGBUILD
index 67f9170d6..06d08637f 100644
--- a/extra/liblqr/PKGBUILD
+++ b/extra/liblqr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 124082 2011-05-16 15:00:24Z andrea $
+# $Id: PKGBUILD 150613 2012-02-18 22:56:34Z pierre $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=liblqr
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
arch=('i686' 'x86_64')
url="http://liblqr.wikidot.com/"
@@ -12,6 +12,7 @@ depends=('glib2')
makedepends=('pkgconfig')
options=('!libtool' '!emptydirs')
source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2")
+md5sums=('0e24ed3c9fcdcb111062640764d7b87a')
build() {
cd "$srcdir/$pkgname-1-$pkgver"
@@ -23,4 +24,3 @@ package() {
cd "$srcdir/$pkgname-1-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('0e24ed3c9fcdcb111062640764d7b87a')