summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarson2022-11-20 23:16:32 -0700
committerCarson2022-11-20 23:16:32 -0700
commitc58880f0281cd8fe6cb645e91e85ce97940afe16 (patch)
treed18aac589db06a1a5c70eea0a8769824ed6287c4 /PKGBUILD
parent0b446adec77a7970ddc97c836b45ef98489faf8f (diff)
downloadaur-fltk-mod.tar.gz
Fix incorrect checkout, now checks out 1.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 427199f31386..9b27a4c188ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=fltk
pkgname=fltk-mod
pkgver=1.3.7.10307
-pkgrel=1
+pkgrel=2
pkgdesc="FLTK 1.3.7 using the latest abi version."
arch=('x86_64')
url='http://www.fltk.org/'
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
build() {
cd "$pkgname"
- git branch release-1.3.7
+ git checkout 70ebfdb
chmod +x autogen.sh
./autogen.sh --prefix=/usr --with-abiversion=10307