diff options
author | root <root@rshg054.dnsready.net> | 2013-08-07 03:03:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-07 03:03:38 -0700 |
commit | b7d2dcfdb924359a7bdb0614960df38e6e4a9feb (patch) | |
tree | 80a10c5f9d110268b99228832caa676955cc459b /community/gimp-plugin-lqr/PKGBUILD | |
parent | a2fb8ff517d83749ec3b5543aeba805f07ea257d (diff) |
Wed Aug 7 02:56:35 PDT 2013
Diffstat (limited to 'community/gimp-plugin-lqr/PKGBUILD')
-rw-r--r-- | community/gimp-plugin-lqr/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gimp-plugin-lqr/PKGBUILD b/community/gimp-plugin-lqr/PKGBUILD index 56697466c..2a6362b4b 100644 --- a/community/gimp-plugin-lqr/PKGBUILD +++ b/community/gimp-plugin-lqr/PKGBUILD @@ -1,10 +1,9 @@ -# $Id: PKGBUILD 64850 2012-02-18 17:54:47Z stativ $ +# $Id: PKGBUILD 95142 2013-08-06 08:05:18Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Contributor: Andreas Schönfelder <passtschu at freenet dot de> - pkgname=gimp-plugin-lqr -pkgver=0.7.1 -pkgrel=4 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Plugin for The GIMP providing Liquid Rescale" arch=('i686' 'x86_64') url="http://liquidrescale.wikidot.com/" @@ -12,7 +11,7 @@ license=('GPL') depends=('gimp' 'liblqr') makedepends=('intltool') source=(http://liquidrescale.wikidot.com/local--files/en:download-page-sources/gimp-lqr-plugin-$pkgver.tar.bz2) -md5sums=('d7ee28b16bdbd9f46bc9f21cf5deb487') +md5sums=('af7eb1a0d480bacfa6e5eff9b06bd877') build() { cd "$srcdir"/gimp-lqr-plugin-$pkgver |