summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2023-06-27 21:29:05 +0200
committerDaniel Milde2023-06-27 21:29:05 +0200
commit03a927cf1cc4347df470ba1f3adbb35a914154a2 (patch)
tree5a5b0cdaaa4261e18ade5991602481960497eaa0
parent3af42d2402266461dacbfb3cb314ee5627f6d480 (diff)
downloadaur-hython.tar.gz
upgpkg: hython 1.0.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2523378195ff..2d81c874618a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = hython
pkgdesc = Haskell-powered Python 3 interpreter
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mattgreen/hython
arch = any
license = GPL
depends = ghc>=7.10.2
depends = ghc<7.10.3
depends = stack
- source = git://github.com/mattgreen/hython.git
+ source = git+https://github.com/mattgreen/hython.git#commit=fcbde98e9b5a033f0d4bea73ac9914bc5e12b746
sha256sums = SKIP
pkgname = hython
-
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() {