summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-03-11 00:00:31 +0000
committerKyle Keen2015-03-11 00:00:31 +0000
commita944be516b9fae8bf6f957f08d6e8d95cccc4d38 (patch)
tree026730319f55f3e4efd028fe150bf30698342b98
parent423876d4a09256e1bea3643cc0a4aa17db88c674 (diff)
downloadaur-a944be516b9fae8bf6f957f08d6e8d95cccc4d38.tar.gz
Import from pkgbuild.com service
-rw-r--r--.AURINFO16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
3 files changed, 10 insertions, 26 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index c1597a3b4182..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgbase = netfabb-basic
- pkgdesc = view and repair STL files
- pkgver = 5.2.0
- pkgrel = 1
- url = http://www.netfabb.com/download.php
- install = netfabb-basic.install
- arch = i686
- arch = x86_64
- license = custom:freeware
- depends = gtk2
- depends = desktop-file-utils
- depends = hicolor-icon-theme
- source = netfabb-basic_5.2.0_linux32.tar.gz::http://www.netfabb.com/download.php?pikey=XZw22ReUdDPl33C#agree=I+have+read+and+accept+the+terms+and+conditions.
-
-pkgname = netfabb-basic
-
diff --git a/.SRCINFO b/.SRCINFO
index 268302d8ebd0..528bee70b953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = netfabb-basic
pkgdesc = view and repair STL files
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
- url = http://www.netfabb.com/download.php
+ url = http://www.netfabb.com/downloadcenter.php?basic=1
install = netfabb-basic.install
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = netfabb-basic
depends = gtk2
depends = desktop-file-utils
depends = hicolor-icon-theme
- source = netfabb-basic_5.2.0_linux32.tar.gz::http://www.netfabb.com/download.php?pikey=Kuv4EEh9zCJKEKA#agree=I+have+read+and+accept+the+terms+and+conditions.
- md5sums = c9b1fff8747281a49919a11340138924
+ source = netfabb-basic_5.2.1_linux32.tar.gz::http://www.netfabb.com/download.php?pikey=dIHg0mj4i9dgD3p
+ md5sums = 50b43a88530b5bd4736a88048d121801
pkgname = netfabb-basic
diff --git a/PKGBUILD b/PKGBUILD
index a189d51354b3..1bba1796d0d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {