summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2023-05-31 12:17:26 +0200
committerkleintux2023-05-31 12:17:26 +0200
commit5f0980c327d714a88009f1eb063bd72a8e338cf1 (patch)
tree529fffe18650c704744ff4d885ad8b7097374151 /PKGBUILD
parent2d7cfb962d626727ab8657472e3583c2ff9289c5 (diff)
downloadaur-hex-a-hop-git.tar.gz
fixed https in url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c4d6f82050..f5bafa8ac5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=hex-a-hop
pkgname=${_pkgname}-git
pkgver=r99.f0ba80d
-pkgrel=1
+pkgrel=2
pkgdesc="A puzzle game based on hexagonal tiles"
arch=('i686' 'x86_64')
-url="http://hexahop.sourceforge.net"
+url="https://hexahop.sourceforge.net"
license=('GPL2')
depends=('sdl' 'sdl_mixer' 'sdl_ttf' 'sdl_pango')
makedepends=('git')