summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2020-07-16 09:45:19 -0300
committerPaulo Matias2020-07-16 09:45:19 -0300
commita735d83a57f62f22f5adb8e0caf428acff6191bd (patch)
tree7246e2a624ef8787388e55cf3bcbf05fe3757ff2 /PKGBUILD
parentd6f3d46a01583db4d59db6d0de20518cd9211b18 (diff)
downloadaur-a735d83a57f62f22f5adb8e0caf428acff6191bd.tar.gz
#172 fixed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9207e94cfb2..f7dba4ecf7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,8 @@ license=('BSD')
depends=('haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
makedepends=('git' 'gperf' 'ghc' 'tcl')
optdepends=('tcl: bluesim and bluetcl')
-source=("git+https://github.com/b-lang-org/bsc.git"
- "172.patch")
-sha256sums=('SKIP'
- '6348a39c84eb57920d05e44813bb233ea105e9f7a426255e45286f27ba7c3067')
+source=("git+https://github.com/b-lang-org/bsc.git")
+sha256sums=('SKIP')
_prefix="/opt/bluespec"
pkgver() {
@@ -25,7 +23,6 @@ pkgver() {
prepare() {
cd "$srcdir/bsc"
git submodule update --init --recursive
- patch -Np1 -i ../172.patch
}
build(){