summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee7c8537987..a5e475abdee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 11:23:44 UTC 2016
+# Mon Nov 28 11:33:29 UTC 2016
pkgbase = abgx360gui
pkgdesc = A GTK frontend for abgx360
pkgver = 1.0.2
- pkgrel = 3
+ pkgrel = 4
url = http://abgx360.xecuter.com/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = abgx360gui
depends = abgx360
depends = wxgtk2.8
depends = xterm
- source = http://dl.dropbox.com/u/59058148/abgx360gui-1.0.2.tar.gz
+ source = http://abgx360.xecuter.com/dl/abgx360gui-1.0.2.tar.gz
source = abgx360gui.desktop
source = abgx360gui.png
source = abgx360gui_TopBitmap_XPM.xpm.patch
diff --git a/PKGBUILD b/PKGBUILD
index e9c23e33361f..612f15222f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=abgx360gui
pkgver=1.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="A GTK frontend for abgx360"
arch=('i686' 'x86_64')
license=('unknown')
url="http://abgx360.xecuter.com/"
depends=('abgx360' 'wxgtk2.8' 'xterm')
-source=(http://dl.dropbox.com/u/59058148/${pkgname}-${pkgver}.tar.gz
+source=(http://abgx360.xecuter.com/dl/${pkgname}-${pkgver}.tar.gz
abgx360gui.desktop
abgx360gui.png
abgx360gui_TopBitmap_XPM.xpm.patch)