summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Song2016-07-06 10:03:19 -0500
committerWill Song2016-07-06 10:03:19 -0500
commit788a9211a7f3833fcd2e978e40373b92de0f8934 (patch)
tree966d65db7c5dcd786445096b74f3d80a5cb82e85
parentb6d51b08eb0ef89743b1bf50e1cf53aec21a3975 (diff)
downloadaur-788a9211a7f3833fcd2e978e40373b92de0f8934.tar.gz
update to 56eaf49
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07a08efd9c6..8aa6d4a60641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 27 19:27:52 UTC 2016
+# Wed Jul 6 15:02:57 UTC 2016
pkgbase = libmesode-git
pkgdesc = Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client
- pkgver = 410.148a0ff
+ pkgver = 456.56eaf49
pkgrel = 1
url = https://github.com/boothj5/libmesode
arch = i686
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"