summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktav2019-10-29 19:03:50 +0100
committerblacktav2019-10-29 19:03:50 +0100
commit115687eb81b28b62e3f3ff389f709457b325ad26 (patch)
tree693a718322d7ff1e923e27b49f3b1486d8d22917
parent1b63e14f72af4dc9ef9fdb145dd87043299ce218 (diff)
downloadaur-115687eb81b28b62e3f3ff389f709457b325ad26.tar.gz
Added new patch md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bdb36fc50aa..5524918b4a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pokerth
pkgdesc = Client to online Poker game written in C++/QT
pkgver = 1.1.2
- pkgrel = 10
+ pkgrel = 11
url = http://www.pokerth.net/
arch = i686
arch = x86_64
@@ -17,8 +17,10 @@ pkgbase = pokerth
depends = tinyxml
source = https://sourceforge.net/projects/pokerth/files/pokerth/1.1.2/pokerth-1.1.2.tar.gz
source = pokerth-1.1.2.patch
+ source = pokerth-1.1.2.patch.2019
md5sums = 8fd7d7fc7ece17315e58aa3240dd4586
md5sums = 0ef5541fc6008dfb2521dcab47afb659
+ md5sums = 50d427bd8afc57fb61e186de6c4e5601
pkgname = pokerth
diff --git a/PKGBUILD b/PKGBUILD
index a73083c04e2a..ffa6dde0889f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pokerth
pkgver=1.1.2
-pkgrel=10
+pkgrel=11
pkgdesc="Client to online Poker game written in C++/QT"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -14,9 +14,11 @@ depends=('curl' 'boost-libs' 'gsasl' 'protobuf'
makedepends=('boost')
source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
- ${pkgname}-${pkgver}.patch)
+ ${pkgname}-${pkgver}.patch
+ ${pkgname}-${pkgver}.patch.2019)
md5sums=('8fd7d7fc7ece17315e58aa3240dd4586'
- '0ef5541fc6008dfb2521dcab47afb659')
+ '0ef5541fc6008dfb2521dcab47afb659'
+ '50d427bd8afc57fb61e186de6c4e5601')
prepare() {
cd "$srcdir/$pkgname-$pkgver-rc"