summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2016-03-17 13:01:16 -0400
committersolaraquarion2016-03-17 13:01:16 -0400
commit8ce5cd5d132813ad38dd0a1399c286c57c766434 (patch)
treec6f5426e453a9cf9622c07010e47057a5b26a3a9
parent5ccef6d5dd269d64f01469bea73e90edcc7cd43f (diff)
downloadaur-8ce5cd5d132813ad38dd0a1399c286c57c766434.tar.gz
updating pkgver and hg stuff
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23822922ddd7..f3c98a68e5a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 13:09:06 UTC 2016
+# Thu Mar 17 17:00:48 UTC 2016
pkgbase = pidgin-hg
pkgdesc = Multi-protocol instant messaging client. Latest mercurial build.
- pkgver = 37576.3cf4744a9521
+ pkgver = 3.r37585.a8e63f1a5b5c
pkgrel = 1
url = http://pidgin.im/
arch = i686
@@ -36,7 +36,7 @@ pkgbase = pidgin-hg
makedepends = libx11
makedepends = python
options = !libtool
- source = pidgin::hg+https://hg.pidgin.im/pidgin/main
+ source = pidgin::hg+https://hg.pidgin.im/pidgin/main#branch=default
sha256sums = SKIP
pkgname = pidgin-hg
@@ -72,7 +72,7 @@ pkgname = libpurple-hg
pkgname = finch-hg
pkgdesc = A ncurses-based messaging client
- depends = libpurple-hg=37576.3cf4744a9521-1
+ depends = libpurple-hg=3.r37585.a8e63f1a5b5c-1
depends = libx11
depends = python2
provides = finch
diff --git a/PKGBUILD b/PKGBUILD
index bfcf5bae3dda..7fdcfd12fd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('pidgin-hg' 'libpurple-hg' 'finch-hg')
_hgname=pidgin
-pkgver=37576.3cf4744a9521
+pkgver=3.r37585.a8e63f1a5b5c
pkgrel=1
pkgdesc="Multi-protocol instant messaging client. Latest mercurial build."
arch=('i686' 'x86_64')
@@ -18,13 +18,13 @@ makedepends=('mercurial' 'python2' 'avahi' 'tk' 'ca-certificates' 'intltool'
'libgnome-keyring' 'gplugin')
makedepends+=('libx11' 'python')
options=('!libtool')
-source=('pidgin::hg+https://hg.pidgin.im/pidgin/main')
+source=('pidgin::hg+https://hg.pidgin.im/pidgin/main#branch=default')
sha256sums=('SKIP')
pkgver() {
cd "$srcdir"/pidgin
- hg identify -ni | awk 'BEGIN{OFS=".";} {print $2,$1}'
+ printf "3.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
prepare() {