summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormumei2021-01-25 08:21:46 -0500
committermumei2021-01-25 08:21:46 -0500
commitc7c72488c3d8a6714a5054926afb8941a4a1124e (patch)
tree62a1bb87d2c9aa36c09bf50430b18028d3174a0a
parent8d323322d0eb6c989121eb2f0a0e87147bfd75ab (diff)
downloadaur-c7c72488c3d8a6714a5054926afb8941a4a1124e.tar.gz
Update Upstream URL
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 645214b17a17..a0455486a469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgver=1.2.9
pkgdesc="Extended TicTacToe game for GNUstep"
arch=('i686' 'x86_64')
-url="http://www.gnustep.it/nicola/Applications/Gomoku/"
+url="https://github.com/gomoku/Gomoku.app-GNUstep"
license=('GPL')
groups=('gnustep-games')
depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
@@ -31,4 +31,4 @@ package() {
cd $_pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}