diff options
author | Swift Geek | 2015-03-11 00:00:31 +0000 |
---|---|---|
committer | Kyle Keen | 2015-03-11 00:00:31 +0000 |
commit | a944be516b9fae8bf6f957f08d6e8d95cccc4d38 (patch) | |
tree | 026730319f55f3e4efd028fe150bf30698342b98 /PKGBUILD | |
parent | 423876d4a09256e1bea3643cc0a4aa17db88c674 (diff) | |
download | aur-a944be516b9fae8bf6f957f08d6e8d95cccc4d38.tar.gz |
Import from pkgbuild.com service
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,22 +4,22 @@ # TODO: move libs to lib32 ? # User lib32-gtk2 properly -DLAGENTS=('http::/usr/bin/curl -d "agree=We luv You" -fLC - --retry 3 --retry-delay 3 -o %o %u') +DLAGENTS=('http::/usr/bin/curl -d agree="We+luv+You" -fL -o %o %u') pkgname=netfabb-basic -pkgver=5.2.0 +pkgver=5.2.1 pkgrel=1 pkgdesc="view and repair STL files" arch=('i686' 'x86_64') -url="http://www.netfabb.com/download.php" +url="http://www.netfabb.com/downloadcenter.php?basic=1" license=('custom:freeware') depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme') install='netfabb-basic.install' -md5sums=('c9b1fff8747281a49919a11340138924') # 32-bit +md5sums=('50b43a88530b5bd4736a88048d121801') # 32-bit nARCH=32 if [ "$CARCH" == x86_64 ] ; then - md5sums=('a9049838321559450bf0a9e0c5be7cb8') # 64-bit + md5sums=('b2f288c19b23b1fbb1b5856ec7bc9f44') # 64-bit depends[0]="lib32-gtk2" nARCH=64 fi @@ -33,7 +33,7 @@ if [ -z "$pikey" ]; then msg2 "pikey: $pikey" fi -source=("netfabb-basic_${pkgver}_linux${nARCH}.tar.gz::http://www.netfabb.com/download.php?pikey=$pikey#agree=I+have+read+and+accept+the+terms+and+conditions.") +source=("netfabb-basic_${pkgver}_linux${nARCH}.tar.gz::http://www.netfabb.com/download.php?pikey=${pikey}") prepare() { |