diff options
author | Caz zoo | 2023-09-17 23:49:21 +0200 |
---|---|---|
committer | Caz zoo | 2023-09-17 23:49:21 +0200 |
commit | 2eb6b1afb02b0eb4dede0b7fbf748c7fc0d461b2 (patch) | |
tree | f3369261e05e1cd007d2bb622eab92b70e6cdb4d | |
parent | dbbf3dfbe96af97cce33b5860fec8b0ea2036dc3 (diff) | |
download | aur-2eb6b1a.tar.gz |
Using the legacy git repo, the gitlab repo has been discontinued
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -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 @@ -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') |