summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Matias2023-06-08 14:27:28 -0300
committerPaulo Matias2023-06-08 14:27:28 -0300
commit6beb7b500379f3a2f53c3d442731349cc85f131e (patch)
treed476753b38dc884c2376e2e81d4e55e4a6c1226e
parent05ae6971fcabfe1fdfee1f483dcf17a711d97901 (diff)
downloadaur-bluespec-git.tar.gz
remove dynamic pkgrel (thanks to @yan12125)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index effac1cc2150..267774eb8be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluespec-git
pkgdesc = Bluespec Compiler (BSC)
pkgver = r721.a6304315
- pkgrel = 55
+ pkgrel = 1
url = https://github.com/B-Lang-org/bsc
arch = x86_64
license = BSD
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'