summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu2016-09-07 23:12:05 -0700
committerRaansu2016-09-07 23:12:05 -0700
commit306972710f967b4783d303a28fdd7feda3b17d35 (patch)
treef39a42b787d36a0eccd6897c3b797311fa989c6d /PKGBUILD
parent0dd7ba18338ad1d75fec5363e1b39fa10e3387e6 (diff)
downloadaur-306972710f967b4783d303a28fdd7feda3b17d35.tar.gz
Add temporary patch fix until the fix is merged into the source code.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d96c03ff614..5ceee8fd5bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='clam-git'
_gitname=clams
-pkgver=1.4.5.265.ge15b722
+pkgver=1.4.5.273.g304677d
pkgrel=1
arch=('any')
url="http://www.clamclient.com"
@@ -16,9 +16,10 @@ pkgdesc="The most widely held crypto-currency ever! This package provides both t
provides=('clam-qt' 'clamd')
conflicts=('clam-qt' 'clamd')
source=("git://github.com/nochowderforyou/clams.git"
- "https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch")
+ "diff.patch")
sha256sums=('SKIP'
- '0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
+
+'35bf3c157717e8d6376c3a15b18297b6dadf842f5aff79c9243e26b77bbb1bb6')
pkgver() {
cd "$srcdir/$_gitname"
@@ -27,7 +28,7 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
- patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
+ patch -Np1 -i "$srcdir"/diff.patch
}
build() {