summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2020-10-20 14:26:08 +0200
committerHenry-Joseph Audéoud2020-10-20 14:26:08 +0200
commit3a157bad8801e0efe615bbcf466f8ca77ed43b03 (patch)
treeb73834a6108b4502c3eb02f5622721d3a1f2defd /PKGBUILD
parent8aaf131cf322a40bb1c69e43efc3e114a5694d7a (diff)
downloadaur-pidgin-window-merge.tar.gz
upgpkg: pidgin-window-merge 0.3-1
update PKGBUILD to point to a tag instead of a branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ccb36a028a8..9370b33e4d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=pidgin-window-merge
pkgver=0.3
-pkgrel=0
+pkgrel=1
+_githash=b4811ae1807a6c124fb06a717951bb2541be19f7
pkgdesc="A Pidgin plugin that merges the Buddy List window with a conversation window"
arch=('any')
url="https://github.com/dm0-/window_merge"
license=('GPL')
depends=('pidgin')
-source=("window_merge-0.0.tar.gz::$url/tarball/master") # No tag available on github
+source=("window_merge-0.0.tar.gz::$url/tarball/$_githash") # No tag available on github
sha256sums=('508d15302123e852337cdd03f82b021b9f6e2754e77be4c9581736ba1e41a186')
build() {