summaryrefslogtreecommitdiff
path: root/community/optipng/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/optipng/PKGBUILD')
-rw-r--r--community/optipng/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD
index 68a499a0f..7572c7688 100644
--- a/community/optipng/PKGBUILD
+++ b/community/optipng/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67303 2012-03-08 12:19:11Z lfleischer $
+# $Id: PKGBUILD 68497 2012-03-26 08:52:32Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=optipng
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ url='http://optipng.sourceforge.net/'
license=('ZLIB')
depends=('glibc')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9b2f526ce79ea779c7004c7964ee8bcc')
+md5sums=('b6181d566998ad489397b985ebfc4a03')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -24,5 +24,7 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+ # install license
install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}