summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithubaction2020-12-11 14:40:58 +0000
committergithubaction2020-12-11 14:40:58 +0000
commitcdec888bcd9d9118fed1a9bcfab0467fdcbea6ad (patch)
treec81935a3f30d673f1a802cc08eb59d19dd354fce
parent868619491e55914315b3aa9c8c16badbcaa7e202 (diff)
downloadaur-boogrocha.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e78486addfc..f3adf4a783d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boogrocha
pkgdesc = A lightweight, easy to use command-line application (bgc) for managing your group room bookings at Chalmers University of Technology
- pkgver = v1.1.0
+ pkgver = v1.1.1
pkgrel = 1
url = https://github.com/sidusio/boogrocha
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = boogrocha
makedepends = go
provides = bgc
conflicts = bgc
- source = https://github.com/sidusio/boogrocha/archive/v1.1.0.tar.gz
- sha256sums = 252ae31722217ff2937707338b410c86a9fa92a3807fe0fd9500c2c63bc0945b
+ source = https://github.com/sidusio/boogrocha/archive/v1.1.1.tar.gz
+ sha256sums = 0d749ae45939fd3fcfd58a4db9d04252f864545e01956db0d040db8b0bc04fc1
pkgname = boogrocha
diff --git a/PKGBUILD b/PKGBUILD
index aabfa9188b99..0b4c0ded5dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Maintainer: William Leven <boogrocha@sidus.io>
# _tag and sha256 is populated by the pipeline
-_tag=v1.1.0
+_tag=v1.1.1
pkgname=boogrocha
pkgver=$_tag
pkgrel=1
@@ -14,7 +14,7 @@ url="https://github.com/sidusio/boogrocha"
license=("GPL3")
makedepends=(go)
source=($url/archive/$_tag.tar.gz)
-sha256sums=('252ae31722217ff2937707338b410c86a9fa92a3807fe0fd9500c2c63bc0945b')
+sha256sums=('0d749ae45939fd3fcfd58a4db9d04252f864545e01956db0d040db8b0bc04fc1')
# The name of the root directory of the tar.gz that Github
# automatically creates and which therefore will be extracted
_src="BooGroCha-${pkgver:1}"