summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Milde2023-06-27 21:29:05 +0200
committerDaniel Milde2023-06-27 21:29:05 +0200
commit03a927cf1cc4347df470ba1f3adbb35a914154a2 (patch)
tree5a5b0cdaaa4261e18ade5991602481960497eaa0 /PKGBUILD
parent3af42d2402266461dacbfb3cb314ee5627f6d480 (diff)
downloadaur-hython.tar.gz
upgpkg: hython 1.0.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a64f31d1627..a7efeab83713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=hython
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Haskell-powered Python 3 interpreter"
url="https://github.com/mattgreen/hython"
arch=('any')
license=('GPL')
depends=('ghc>=7.10.2' 'ghc<7.10.3' 'stack')
-source=("git://github.com/mattgreen/hython.git")
+source=("git+https://github.com/mattgreen/hython.git#commit=fcbde98e9b5a033f0d4bea73ac9914bc5e12b746")
sha256sums=('SKIP')
build() {