summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahal Ansari2023-05-17 11:15:29 -0500
committerSahal Ansari2023-05-17 11:15:29 -0500
commitae3783ee273ca1da31b23dbe87206da074137750 (patch)
tree896e7d22dd2ec3dcbdadeb28d5b95ed8961f897d
parent3a87ffea0b8cbf4129980a993d9920bce25a11f6 (diff)
downloadaur-slack-libpurple-git.tar.gz
finduserhack has been merged to main branch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32df73d39ef3..81676e87fd55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slack-libpurple-git
pkgdesc = A purple-based (Pidgin) plugin for Slack.
- pkgver = r369.b0453c7
+ pkgver = r372.1cfcf66
pkgrel = 1
url = https://github.com/dylex/slack-libpurple.git
arch = i686
@@ -9,7 +9,7 @@ pkgbase = slack-libpurple-git
makedepends = git
depends = libpurple
options = !strip
- source = slack-libpurple::git+https://github.com/dylex/slack-libpurple.git#branch=finduserhack
+ source = slack-libpurple::git+https://github.com/dylex/slack-libpurple.git
sha256sums = SKIP
pkgname = slack-libpurple-git
diff --git a/PKGBUILD b/PKGBUILD
index f5a1ad90e2d3..4c81ceb1f790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sergej@aur.archlinux.org
pkgname=slack-libpurple-git
-pkgver=r369.b0453c7
+pkgver=r372.1cfcf66
pkgver() {
cd "$srcdir/slack-libpurple/"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -15,7 +15,7 @@ license=('GPL3')
makedepends=('git')
options=(!strip)
depends=('libpurple')
-source=('slack-libpurple::git+https://github.com/dylex/slack-libpurple.git#branch=finduserhack')
+source=('slack-libpurple::git+https://github.com/dylex/slack-libpurple.git')
sha256sums=('SKIP')
build() {