summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBakasura2021-07-23 22:38:44 -0500
committerBakasura2021-07-23 22:38:44 -0500
commit242e1a286f736d6607780a6e05ba3f40f0da3a27 (patch)
tree98f5d25f8e52be8a95d60a135767e840f8370700
parent86e92be4cec458e4643cd0b72fd7baf7f214fd9d (diff)
downloadaur-242e1a286f736d6607780a6e05ba3f40f0da3a27.tar.gz
Update source 2021
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6930d0bdb1c4..b4eed1c7fc42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = abgx360gui
pkgdesc = A GTK frontend for abgx360
pkgver = 1.0.2
pkgrel = 4
- url = http://abgx360.xecuter.com/
+ url = https://bakasurarce.github.io/abgx360/
arch = i686
arch = x86_64
license = unknown
depends = abgx360
depends = wxgtk2.8
depends = xterm
- source = http://abgx360.xecuter.com/dl/abgx360gui-1.0.2.tar.gz
+ source = https://github.com/BakasuraRCE/abgx360/releases/download/v1.0.6-and-v1.0.2/linux_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 676517caeb23..34771a76ab6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgrel=4
pkgdesc="A GTK frontend for abgx360"
arch=('i686' 'x86_64')
license=('unknown')
-url="http://abgx360.xecuter.com/"
+url="https://bakasurarce.github.io/abgx360/"
depends=('abgx360' 'wxgtk2.8' 'xterm')
-source=(http://abgx360.xecuter.com/dl/${pkgname}-${pkgver}.tar.gz
+source=(https://github.com/BakasuraRCE/abgx360/releases/download/v1.0.6-and-v1.0.2/linux_abgx360gui-1.0.2.tar.gz
abgx360gui.desktop
abgx360gui.png
abgx360gui_TopBitmap_XPM.xpm.patch)
@@ -21,7 +21,7 @@ sha256sums=('949fdcb871d038b1c8aed658e3d3d0fe6c44c73fbea8defc46ce37b0abf91303'
build() {
patch "${srcdir}/${pkgname}-${pkgver}/src/Images/abgx360gui_TopBitmap_XPM.xpm" "${srcdir}/abgx360gui_TopBitmap_XPM.xpm.patch"
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's/http\:\/\/abgx360.net/http\:\/\/abgx360.xecuter.com/g' src/abgx360gui.cpp
+ sed -i 's/http\:\/\/abgx360.net/http\:\/\/hadzz.com\/abgx/g' src/abgx360gui.cpp
./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-2.8
make
}