summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-05-31 12:17:26 +0200
committerkleintux2023-05-31 12:17:26 +0200
commit5f0980c327d714a88009f1eb063bd72a8e338cf1 (patch)
tree529fffe18650c704744ff4d885ad8b7097374151
parent2d7cfb962d626727ab8657472e3583c2ff9289c5 (diff)
downloadaur-5f0980c327d714a88009f1eb063bd72a8e338cf1.tar.gz
fixed https in url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3ccc8fac4b8..1fd93eb27e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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')