summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-10-17 22:16:23 +0200
committerhaawda2021-10-17 22:16:23 +0200
commit192ee374900a570d1c89c0b902acd353a1cca5c1 (patch)
treebc21ffefcb1737e8267f92174c958d738845b622
parent97de217651024236ace87cf0d32278e5639bc04f (diff)
downloadaur-192ee374900a570d1c89c0b902acd353a1cca5c1.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00db6d78aa57..b701eb4d7e93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-hall
pkgdesc = Project manager and build tool for GNU guile
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://gitlab.com/a-sassmannshausen/guile-hall
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = guile-hall
depends = guile-config
depends = texinfo
optdepends = guix: for GNU Guix integration
- source = https://gitlab.com/a-sassmannshausen/guile-hall/-/archive/0.4.0/guile-hall-0.4.0.tar.gz
- sha256sums = 5bd47c4e38af0fc64d411d7c6626921b40dd42170798b48fb190e47f3ff359a9
+ source = https://gitlab.com/a-sassmannshausen/guile-hall/-/archive/0.4.1/guile-hall-0.4.1.tar.gz
+ sha256sums = 547085953485164a981ca982dd5b8bef0d17cc5b8d6a50ef841a1c80ef39c31a
pkgname = guile-hall
diff --git a/PKGBUILD b/PKGBUILD
index de66f1efe8f6..068a3874976b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=guile-hall
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='Project manager and build tool for GNU guile'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('git' 'guile' 'guile-config' 'texinfo')
optdepends=('guix: for GNU Guix integration')
source=("https://gitlab.com/a-sassmannshausen/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5bd47c4e38af0fc64d411d7c6626921b40dd42170798b48fb190e47f3ff359a9')
+sha256sums=('547085953485164a981ca982dd5b8bef0d17cc5b8d6a50ef841a1c80ef39c31a')
build() {
cd "$pkgname-$pkgver"