summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-05-07 05:01:00 -0700
committerBenjamin Denhartog2020-05-07 05:01:00 -0700
commit11683769d072325fa80f093473ec0f81869609fb (patch)
treefff8a2eba40c0263690635bda8449337c269578a
parente3ae86c07baee0b8063f026ad53cfaf0fec32dbd (diff)
downloadaur-11683769d072325fa80f093473ec0f81869609fb.tar.gz
feat(wee-slack-git): manually update pkgver git information
This patch is a noop and no rebuild is necessary -- I am simply updating the `pkgver` value to match the calculated value as of this commit.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6621b4665e5..8457e785a823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wee-slack-git
pkgdesc = A WeeChat plugin for slack
- pkgver = 2.6.0.r0.gf224e2f
- pkgrel = 2
+ pkgver = 2.6.0.r0.g4aac4bf
+ pkgrel = 1
url = https://github.com/wee-slack/wee-slack
install = wee-slack-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ab71a3f3cce9..cfa0c184db3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# This PKGBUILD is managed at https://github.com/sudoforge/pkgbuilds
pkgname=wee-slack-git
-pkgver=2.6.0.r0.gf224e2f
-pkgrel=2
+pkgver=2.6.0.r0.g4aac4bf
+pkgrel=1
pkgdesc="A WeeChat plugin for slack"
arch=('any')
url="https://github.com/wee-slack/${pkgname%-git}"