summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-03-14 16:17:47 +0100
committerKuba Serafinowski2012-03-14 16:17:47 +0100
commitf51911009004a9178196d85360c8d1e02b1a219a (patch)
treea08654e1aad60600727fc5ccfea4caea661c8210
parent6bd702fb9d158b5b2cbfea8cba631084b96ed108 (diff)
downloadaur-f51911009004a9178196d85360c8d1e02b1a219a.tar.gz
upstream jreen 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e568e86af12b..017ca0e347b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jreen
pkgdesc = Qt XMPP library
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/euroelessar/jreen
arch = i686
@@ -13,8 +13,8 @@ pkgbase = jreen
provides = jreen
conflicts = jreen-git
options = !strip
- source = http://qutim.org/dwnl/28/libjreen-1.0.2.tar.bz2
- md5sums = ac1e7b1a07610d1b0ed751939a9e88e0
+ source = http://qutim.org/dwnl/29/libjreen-1.0.3.tar.bz2
+ md5sums = d60c85473352feff10cecc7bfbf0f49e
pkgname = jreen
diff --git a/PKGBUILD b/PKGBUILD
index 659b93436141..032c722e789d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _buildtype="RelWithDebInfo"
pkgname=jreen
_name=lib${pkgname}
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Qt XMPP library"
arch=('i686' 'x86_64')
@@ -25,8 +25,8 @@ makedepends=('cmake')
provides=('jreen')
conflicts=('jreen-git')
options=(!strip)
-source=(http://qutim.org/dwnl/28/${_name}-${pkgver}.tar.bz2)
-md5sums=('ac1e7b1a07610d1b0ed751939a9e88e0')
+source=(http://qutim.org/dwnl/29/${_name}-${pkgver}.tar.bz2)
+md5sums=('d60c85473352feff10cecc7bfbf0f49e')
# Clean options array to strip pkg if release buildtype is chosen
if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then