summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-12-20 12:48:11 +0100
committerMaxime Gauduin2015-12-20 12:48:11 +0100
commitfa6f10a1605640815385e0cb27f7d7947967e28e (patch)
tree89969f1487326d52f2526e9ab30197ebd2b36e52
parent61f8a9191b3bf2ad395fae57082632f35c083158 (diff)
downloadaur-beat.tar.gz
beat 03-2
Update upstream and download URLs
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1edaa8213453..369215f457d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 11:48:11 UTC 2015
pkgbase = beat
pkgdesc = Delta patcher for the higan emulator
pkgver = 03
- pkgrel = 1
- url = http://byuu.org/programming/beat/
+ pkgrel = 2
+ url = http://byuu.org/tool/beat
arch = i686
arch = x86_64
license = GPL3
makedepends = gendesk
depends = gtk2
- source = http://byuu.net/files/beat_v03.tar.xz
+ source = http://files.byuu.org/download/beat_v03.tar.xz
sha256sums = 0f4a33cbbe54af28077433ca9f855e5d80ae942d5d976a0d654a8e1a528a1a1a
pkgname = beat
diff --git a/PKGBUILD b/PKGBUILD
index bb341e32e0ff..eade3d913d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=beat
pkgver=03
-pkgrel=1
+pkgrel=2
pkgdesc='Delta patcher for the higan emulator'
arch=('i686' 'x86_64')
-url='http://byuu.org/programming/beat/'
+url='http://byuu.org/tool/beat'
license=('GPL3')
depends=('gtk2')
makedepends=('gendesk')
-DLAGENTS=("http::/usr/bin/curl -A 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)' -fLC - --retry 3 --retry-delay 3 -o %o %u")
-source=("http://byuu.net/files/beat_v${pkgver}.tar.xz")
+source=("http://files.byuu.org/download/beat_v${pkgver}.tar.xz")
sha256sums=('0f4a33cbbe54af28077433ca9f855e5d80ae942d5d976a0d654a8e1a528a1a1a')
prepare() {