summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-18 20:22:27 +1200
committerGeorge Rawlinson2022-06-18 20:22:27 +1200
commit2b4f9d9873b55c85f3db0ad876a935f7173fca6d (patch)
tree649cfa80cd6d5863ebc51c76bfdfd2ff6d636a8d
parentbea8641bd8baad91daee7ff14c1405679fdd8eaf (diff)
downloadaur-2b4f9d9873b55c85f3db0ad876a935f7173fca6d.tar.gz
upgpkg: harec r1333-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1d6df65e94..2e61f8e2ca52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = harec
pkgdesc = The Hare programming language - bootstrapped compiler
- pkgver = r1328.c1d3fa6
+ pkgver = r1333.2a32144
pkgrel = 1
url = https://harelang.org/
arch = x86_64
license = GPL3
makedepends = git
depends = qbe
- source = git+https://git.sr.ht/~sircmpwn/harec#commit=c1d3fa69445607983c8a4a2fe9b77b58cc9916c7
+ source = git+https://git.sr.ht/~sircmpwn/harec#commit=2a32144e15ac6e4cc1bca60b007b499a681fcbcf
b2sums = SKIP
pkgname = harec
diff --git a/PKGBUILD b/PKGBUILD
index 91f87c229310..39e3cfb43924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=harec
-pkgver=r1328.c1d3fa6
+pkgver=r1333.2a32144
pkgrel=1
pkgdesc='The Hare programming language - bootstrapped compiler'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://harelang.org/'
license=('GPL3')
depends=('qbe')
makedepends=('git')
-_commit='c1d3fa69445607983c8a4a2fe9b77b58cc9916c7'
+_commit='2a32144e15ac6e4cc1bca60b007b499a681fcbcf'
source=("git+https://git.sr.ht/~sircmpwn/harec#commit=$_commit")
b2sums=('SKIP')