summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c08d756a28..873b72afb0a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = jstest-gtk-git
pkgdesc = A simple GTK2-based joystick tester and calibrator
pkgver = 0.1.0.r115.g420317b
pkgrel = 1
- url = https://gitlab.com/jstest-gtk/jstest-gtk/
+ url = https://github.com/Grumbel/jstest-gtk.git
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
depends = gtkmm3
- source = git+https://gitlab.com/jstest-gtk/jstest-gtk.git
+ source = git+https://github.com/Grumbel/jstest-gtk.git
source = jstest-gtk.desktop
source = fix_datadir.patch
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ea21767f3514..9aa298a4bfba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A simple GTK2-based joystick tester and calibrator"
arch=('i686' 'x86_64')
url="https://gitlab.com/jstest-gtk/jstest-gtk/"
-source=('git+https://gitlab.com/jstest-gtk/jstest-gtk.git' 'jstest-gtk.desktop' 'fix_datadir.patch')
+source=('git+https://github.com/Grumbel/jstest-gtk.git' 'jstest-gtk.desktop' 'fix_datadir.patch')
license=('GPL3')
depends=('gtkmm3')
makedepends=('git' 'cmake')
@@ -47,3 +47,6 @@ package() {
cp -r "../jstest-gtk/data" "${pkgdir}/usr/share/jstest-gtk/"
}
+sha1sums=('SKIP'
+ '4a8a3f5ac41b509fdfc0aec7cf017447e58ec973'
+ '1c1cdc1c2d98c18ce4b0523c53b8be8a08f4eeed')