diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-17 03:43:05 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-17 03:43:05 +0000 |
commit | 953eead14ccfe47904e73cee9cea6e1255f57356 (patch) | |
tree | 8727303ca854032eb046995d052805c969755f30 /community/pokerth/PKGBUILD | |
parent | b296a78e1469d58c52acc47586bd5bb84f25fc0f (diff) |
Fri Jan 17 03:37:47 UTC 2014
Diffstat (limited to 'community/pokerth/PKGBUILD')
-rw-r--r-- | community/pokerth/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index b6985cc64..afd1d9749 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103925 2014-01-13 17:16:59Z andyrtr $ +# $Id: PKGBUILD 104126 2014-01-16 06:37:17Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Bartłomiej Piotrowski <barthalion@gmail.com> @@ -7,7 +7,7 @@ pkgname=pokerth _realname=PokerTH -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="Poker game written in C++/Qt4" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml') makedepends=('boost') source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2") -md5sums=('7f577fdb04c697ac7227c1a0d4311ffc') +md5sums=('a7f76f95782099f966e5f2b6809f502a') build() { cd "$srcdir/$_realname-$pkgver-src" |