aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAru Sahni2023-04-16 09:31:35 -0400
committerAru Sahni2023-04-16 09:31:35 -0400
commit8f38953cc3461cff3cc8161228881073747a717c (patch)
tree4aaaade68621d97badd14c33639ef7646483a6af
parent2180f85ba52ea71a6850c2c7a33f0d44b614108d (diff)
downloadaur-git-req.tar.gz
v2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffb8ecdf5a3..e0a5f057e317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-req
pkgdesc = Switch between merge/pull requests in your GitLab and GitHub repositories with just the request ID.
- pkgver = 2.4.1
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://arusahni.github.io/git-req/
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = git-req
depends = git
provides = git-req
conflicts = git-req
- source = git-req-2.4.1.tar.gz::https://github.com/arusahni/git-req/archive/v2.4.1.tar.gz
- sha256sums = fbdcde595a8575bec00e703ce6fc9253270a591facb7c5688ef548eaeb70b705
+ source = git-req-2.5.0.tar.gz::https://github.com/arusahni/git-req/archive/v2.5.0.tar.gz
+ sha256sums = b67e735fa8839b19ac7df981ff87bd7fa4dd95cbe6d10f727285cc4eb6ec75b9
pkgname = git-req
diff --git a/PKGBUILD b/PKGBUILD
index 151e879f902b..052933638706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aru Sahni <aru@arusahni.net>
pkgname=git-req
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
epoch=
pkgdesc="Switch between merge/pull requests in your GitLab and GitHub repositories with just the request ID."
arch=('x86_64')
@@ -21,7 +21,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/arusahni/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-sha256sums=('fbdcde595a8575bec00e703ce6fc9253270a591facb7c5688ef548eaeb70b705')
+sha256sums=('b67e735fa8839b19ac7df981ff87bd7fa4dd95cbe6d10f727285cc4eb6ec75b9')
validpgpkeys=()
build() {