summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-10-04 17:32:11 +0200
committerHyacinthe Cartiaux2017-10-04 17:32:11 +0200
commit0bd867767948d6b9155dbcaa8304f5e7b703ef1e (patch)
treed33459313525b197b135a7ff17153f3f95a688ea
parentc3925a54567de3f61a2c103ba24f8e9b8855bdfd (diff)
downloadaur-0bd867767948d6b9155dbcaa8304f5e7b703ef1e.tar.gz
Update pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9581108d63..3222b8a45d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 8 09:56:12 UTC 2017
+# Wed Oct 4 13:17:38 UTC 2017
pkgbase = psi-git
pkgdesc = A jabber client. GIT version
- pkgver = 0.16_dev_20170505
+ pkgver = 0.16_dev_20170720
pkgrel = 1
url = http://psi-im.org/
arch = i686
diff --git a/.gitignore b/.gitignore
index 7d611640ace8..e1294225a1b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libpsi
psi
src
pkg
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 2b64896f5a93..b2ac0f42e47d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=psi-git
-pkgver=0.16_dev_20170505
+pkgver=1.3_dev_20171004
pkgrel=1
pkgdesc="A jabber client. GIT version"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ source=('git+https://github.com/psi-im/psi.git')
md5sums=('SKIP')
pkgver() {
-echo 0.16_dev_$(date +"%Y%m%d")
+echo 1.3_dev_$(date +"%Y%m%d")
}
prepare() {