diff options
author | kleintux | 2023-05-31 12:17:26 +0200 |
---|---|---|
committer | kleintux | 2023-05-31 12:17:26 +0200 |
commit | 5f0980c327d714a88009f1eb063bd72a8e338cf1 (patch) | |
tree | 529fffe18650c704744ff4d885ad8b7097374151 | |
parent | 2d7cfb962d626727ab8657472e3583c2ff9289c5 (diff) | |
download | aur-5f0980c327d714a88009f1eb063bd72a8e338cf1.tar.gz |
fixed https in url
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ pkgbase = hex-a-hop-git pkgdesc = A puzzle game based on hexagonal tiles pkgver = r99.f0ba80d - pkgrel = 1 - url = http://hexahop.sourceforge.net + pkgrel = 2 + url = https://hexahop.sourceforge.net arch = i686 arch = x86_64 license = GPL2 @@ -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') |