diff options
author | root <root@rshg054.dnsready.net> | 2013-07-08 01:44:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-08 01:44:08 -0700 |
commit | 5e27fc01b0a9107d2242c70f79f9bd75a5e42c28 (patch) | |
tree | 1ac015028d71f02af5d30a805bba810ce7fb26da /community/mashup | |
parent | 455d703ab39bf20f269631adbc2db8e6d74070ea (diff) |
Mon Jul 8 01:44:07 PDT 2013
Diffstat (limited to 'community/mashup')
-rw-r--r-- | community/mashup/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD index 6dfd64c16..c17c47e0a 100644 --- a/community/mashup/PKGBUILD +++ b/community/mashup/PKGBUILD @@ -2,16 +2,16 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=mashup -pkgver=3.5 -pkgrel=2 +pkgver=3.7.1 +pkgrel=1 pkgdesc="Adjusting images on a sheet of paper for printing" -url="http://kornelix.squarespace.com/$pkgname" +url="http://kornelix.com/$pkgname" arch=('i686' 'x86_64') license=('GPL3') depends=('gtk3') replaces=('printoxx') -source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('454b08e5589f93b3bdd4577c2578ae36') +source=("http://www.kornelix.com/uploads/1/3/0/3/13035936/$pkgname-$pkgver.tar.gz") +md5sums=('e93e38fb831b01a30bf90684ea4e44c9') build() { cd $srcdir/$pkgname-$pkgver |