summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Witkowski2017-10-10 13:52:55 -0600
committerAlan Witkowski2017-10-10 13:52:55 -0600
commit3a5cb00859b96ff3f7c20696239644ec05401f76 (patch)
tree5301cb2e5735a38d0c0db6484168cfea4aaa805b
parenta584a782274b83ce3af30d696710ff26b62b31b0 (diff)
downloadaur-3a5cb00859b96ff3f7c20696239644ec05401f76.tar.gz
fixed build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f57fc3cdd8..fbd222e49f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer')
makedepends=('cmake')
changelog=Changelog
-source=("https://github.com/jazztickets/openflap/archive/$pkgver.tar.gz")
+source=("https://github.com/jazztickets/openflap/archive/v${pkgver}.tar.gz")
sha256sums=('d8be341b7287892517a54e1a1d6155388c8d0da5695037aab4894b27ae68392d')
prepare() {