summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Song2016-07-06 10:03:19 -0500
committerWill Song2016-07-06 10:03:19 -0500
commit788a9211a7f3833fcd2e978e40373b92de0f8934 (patch)
tree966d65db7c5dcd786445096b74f3d80a5cb82e85 /PKGBUILD
parentb6d51b08eb0ef89743b1bf50e1cf53aec21a3975 (diff)
downloadaur-libmesode-git.tar.gz
update to 56eaf49
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ea74c059954..cdbd2df9a518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmesode-git
-pkgver=410.148a0ff
+pkgver=456.56eaf49
pkgrel=1
pkgdesc="Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client"
arch=('i686' 'x86_64')
@@ -14,11 +14,6 @@ source=('git://github.com/boothj5/libmesode.git')
sha256sums=('SKIP')
options=('staticlibs')
-pkgver() {
- cd "$srcdir/libmesode"
- echo $(git rev-list --count master).$(git rev-parse --short master)
-}
-
build() {
cd "$srcdir/libmesode"