summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjazztickets2022-09-30 11:22:08 -0600
committerjazztickets2022-09-30 11:22:08 -0600
commit8c26beecc771a4c1a3bcbf8927c2a8dc8508d5ba (patch)
treef3acdccef1c8f47226a2e1be0b80597756c6196f /PKGBUILD
parent4d46e7a9f30ef5da1bb94e171370922fa6f8afcc (diff)
downloadaur-8c26beecc771a4c1a3bcbf8927c2a8dc8508d5ba.tar.gz
update urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bf49355450e..d2a88e9d06a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ pkgname=openflap
pkgver=1.0.4
pkgbuild=r66
pkgfullname=(${pkgname}-${pkgver}${pkgbuild})
-pkgrel=1
+pkgrel=2
pkgdesc="A game about bouncing balls through holes"
arch=('i686' 'x86_64')
-url="https://github.com/jazztickets/openflap"
+url="https://gitlab.com/jazztickets/openflap"
license=('GPL3')
depends=('sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer')
makedepends=('cmake')
-source=("https://github.com/jazztickets/openflap/releases/download/${pkgver}/${pkgfullname}-src.tar.gz")
+source=("https://gitlab.com/jazztickets/uploads/-/raw/main/${pkgfullname}-src.tar.gz")
sha256sums=('daf017025e0edcf4f8fac8d5d4a7d43f6b68e207333e667f6242de6de1e75b3f')
prepare() {