diff options
Diffstat (limited to 'community/mashup/PKGBUILD')
-rw-r--r-- | community/mashup/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD index 33eb36008..cfd72dee2 100644 --- a/community/mashup/PKGBUILD +++ b/community/mashup/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=mashup -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Adjusting images on a sheet of paper for printing" url="http://kornelix.squarespace.com/$pkgname" @@ -11,7 +11,7 @@ license=('GPL3') depends=('gtk2') replaces=('printoxx') source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('517555734dac1d9298f4c36e91b9e122') +md5sums=('0d8286747d5cd1a65907c7d70c7a99e5') build() { cd $srcdir/$pkgname-$pkgver |