summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithubaction2020-09-25 09:39:14 +0000
committergithubaction2020-09-25 09:39:14 +0000
commit868619491e55914315b3aa9c8c16badbcaa7e202 (patch)
tree753be0ec7caf55158f188c08e9f309b94cde1d6b
parent723d6d978029ea00e1758c0f5bbb64a95812fd3e (diff)
downloadaur-868619491e55914315b3aa9c8c16badbcaa7e202.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 01a7acd897e4..0e78486addfc 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.0.24
+ pkgver = v1.1.0
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.0.24.tar.gz
- sha256sums = af9818214be1b54cd609f7a83750cafaff75f13d032e9b877c0c11a84ac83e4d
+ source = https://github.com/sidusio/boogrocha/archive/v1.1.0.tar.gz
+ sha256sums = 252ae31722217ff2937707338b410c86a9fa92a3807fe0fd9500c2c63bc0945b
pkgname = boogrocha
diff --git a/PKGBUILD b/PKGBUILD
index 4b742fdb4972..aabfa9188b99 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.0.24
+_tag=v1.1.0
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=('af9818214be1b54cd609f7a83750cafaff75f13d032e9b877c0c11a84ac83e4d')
+sha256sums=('252ae31722217ff2937707338b410c86a9fa92a3807fe0fd9500c2c63bc0945b')
# The name of the root directory of the tar.gz that Github
# automatically creates and which therefore will be extracted
_src="BooGroCha-${pkgver:1}"