summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-20 12:38:55 +0300
committerCaleb Maclennan2017-04-20 12:38:55 +0300
commit374772bfa15e88763c8bb73052e51e8750879fbb (patch)
tree914a9f1558757a633391124a4322b180e35d0963
parentb7d7760f6f63057eba743895910786ed965ba77d (diff)
downloadaur-374772bfa15e88763c8bb73052e51e8750879fbb.tar.gz
Update upstream download URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbc3623bbe87..04ae0f9b6531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Thu Apr 20 09:38:39 UTC 2017
pkgbase = stund
pkgdesc = STUN Server and Client
pkgver = 0.97
- pkgrel = 2
+ pkgrel = 3
url = http://downloads.sourceforge.net/project/stun/stun/
arch = x86_64
arch = i686
license = GPL2
conflicts = libnice
- source = http://iweb.dl.sourceforge.net/project/stun/stun/0.97/stund-0.97.tgz
+ source = http://downloads.sourceforge.net/project/stun/stun/0.97/stund-0.97.tgz
source = fix_non_i386.patch
- md5sums = 097fd27829e357c005afcafd51564bd1
- md5sums = da4912d40ab4fb58c2800c2260bf3a5e
+ sha256sums = 83e1bf9c21399244c5e8ad19789121a3537399d6523a887a5abc6187adcdb1d7
+ sha256sums = 8c09a0acc8797bf8060ed84ca4e0d6ca242447ea8cbee6c28904a7056773030d
pkgname = stund
diff --git a/PKGBUILD b/PKGBUILD
index e1a513f3838b..a258edb21236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,18 @@
pkgname=stund
pkgver=0.97
-pkgrel=2
+pkgrel=3
pkgdesc="STUN Server and Client"
url="http://downloads.sourceforge.net/project/stun/stun/"
-source=("http://iweb.dl.sourceforge.net/project/stun/stun/0.97/stund-0.97.tgz" "fix_non_i386.patch")
+source=("http://downloads.sourceforge.net/project/stun/stun/${pkgver}/${pkgname}-${pkgver}.tgz"
+ "fix_non_i386.patch")
makedepends=()
optdepends=()
conflicts=(libnice)
arch=('x86_64' 'i686')
license=('GPL2')
-md5sums=('097fd27829e357c005afcafd51564bd1'
- 'da4912d40ab4fb58c2800c2260bf3a5e')
+sha256sums=('83e1bf9c21399244c5e8ad19789121a3537399d6523a887a5abc6187adcdb1d7'
+ '8c09a0acc8797bf8060ed84ca4e0d6ca242447ea8cbee6c28904a7056773030d')
package() {
cd "$srcdir/$pkgname"