summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2023-06-08 14:27:28 -0300
committerPaulo Matias2023-06-08 14:27:28 -0300
commit6beb7b500379f3a2f53c3d442731349cc85f131e (patch)
treed476753b38dc884c2376e2e81d4e55e4a6c1226e /PKGBUILD
parent05ae6971fcabfe1fdfee1f483dcf17a711d97901 (diff)
downloadaur-6beb7b500379f3a2f53c3d442731349cc85f131e.tar.gz
remove dynamic pkgrel (thanks to @yan12125)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6ba2361a4d2..8737c15e4086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,6 @@ license=('BSD')
depends=('haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
makedepends=('git' 'gperf' 'ghc' 'tcl' 'texlive-latexextra' 'texlive-fontsextra')
optdepends=('tcl: bluesim and bluetcl')
-# workaround for pkgrel overwritten on regen (by TkG)
-# rebuild whenever some haskell depend is rebuilt
-eval pkgrel=$(pacman -Q ${depends[@]} | cut -d" " -f2 | cut -d"-" -f2 | awk '{sum+=$0}END{print sum}')
source=("git+https://github.com/b-lang-org/bsc.git"
"git+https://github.com/SRI-CSL/yices2.git")
sha256sums=('SKIP'