summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Hoffmann2022-06-16 21:25:02 +0200
committerConrad Hoffmann2022-06-16 21:25:02 +0200
commitbea8641bd8baad91daee7ff14c1405679fdd8eaf (patch)
tree8386254bb09b9e0c4469acfb81b59a94cae30742
parent84890e5e60dfa7f2f1e24e86352f33dc9a32ec17 (diff)
downloadaur-bea8641bd8baad91daee7ff14c1405679fdd8eaf.tar.gz
upgpkg: harec r1328-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd501b36127d..1f1d6df65e94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = harec
pkgdesc = The Hare programming language - bootstrapped compiler
- pkgver = r1325.98ec114
+ pkgver = r1328.c1d3fa6
pkgrel = 1
url = https://harelang.org/
arch = x86_64
license = GPL3
makedepends = git
depends = qbe
- source = git+https://git.sr.ht/~sircmpwn/harec#commit=98ec114e71df484f4e285be31be9569a6090b44a
+ source = git+https://git.sr.ht/~sircmpwn/harec#commit=c1d3fa69445607983c8a4a2fe9b77b58cc9916c7
b2sums = SKIP
pkgname = harec
diff --git a/PKGBUILD b/PKGBUILD
index d617fe8bd461..91f87c229310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=harec
-pkgver=r1325.98ec114
+pkgver=r1328.c1d3fa6
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='98ec114e71df484f4e285be31be9569a6090b44a'
+_commit='c1d3fa69445607983c8a4a2fe9b77b58cc9916c7'
source=("git+https://git.sr.ht/~sircmpwn/harec#commit=$_commit")
b2sums=('SKIP')