summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEarnestly2018-08-24 18:56:15 +0100
committerEarnestly2018-08-24 18:56:15 +0100
commit3e308973294585261fba7c3d0b540f816cf0d623 (patch)
treee9f7c6ef427e2baa1468dda09c1b90013b26d86b /PKGBUILD
parent02d26fa13eb16480d243784b7f3c9355e827a99c (diff)
downloadaur-sparforte-git.tar.gz
sparforte: use SOURCE_DATE_EPOCH and other fixes
This disables mysql support for APQ since it appears to be having issues with source units not being expanded with proper values resulting in syntax errors. This also removes parser.adb from prepare (via config.linux) since it was clobbering the file. Recently sparforte is embedding timestamps in the source (sigh). This reimplements their logic but accepting SOURCE_DATE_EPOCH if available.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2702f1dbbd6d..d760c86ca55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sparforte-git
-pkgver=2.1.r31.ga05bf87
-pkgrel=2
+pkgver=2.1.r181.g8feee7e
+pkgrel=1
pkgdesc='shell and scripting language formally known as bush'
url='http://www.sparforte.com'
@@ -17,7 +17,7 @@ source=('git+https://github.com/kburtch/SparForte'
'config.linux')
sha256sums=('SKIP'
- '139639a486cb9c85fa06a89b16db33eff20e800007aa0eb8811556bb0a26b866')
+ '6c7539230e5b0542154e5943ae3be2b244477b4929ad20f75a2e052517bae656')
pkgver() {
cd SparForte