summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-09-01 22:57:01 +0200
committersL1pKn072017-09-01 22:57:01 +0200
commit9a443a673499783a0c8853a2ee1cfee3a500c8e9 (patch)
tree20374dd0c40aec2d52d394598e0b2a2878ec8698 /PKGBUILD
parent642b6c771b39b3f2c0beace511ad53c1399bf8ca (diff)
downloadaur-9a443a673499783a0c8853a2ee1cfee3a500c8e9.tar.gz
seems git pull generate random hash commit. then use patch instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f1408fc5058..2b099d2e0a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=('eiskaltdcpp-core-git'
'eiskaltdcpp-web-git'
'eiskaltdcpp-data-git'
)
-pkgver=2.2.10.168.g35edb672
+pkgver=2.2.10.167.geca99308
pkgrel=1
pkgdesc="EiskaltDC++: DC and ADC client based on dcpp core. (GIT Version)"
license=('GPL3')
@@ -20,9 +20,11 @@ conflicts=('eiskaltdcpp')
options=('!emptydirs')
source=('git+https://github.com/eiskaltdcpp/eiskaltdcpp.git'
'esee.patch'
+ 'https://patch-diff.githubusercontent.com/raw/eiskaltdcpp/eiskaltdcpp/pull/367.patch'
)
sha256sums=('SKIP'
- 'SKIP'
+ 'b68a4def7204214d418efabfe130393e6b8481a3b348defeb9050bbb2693fa54'
+ '57d4278e9670cff5c01231bcc727d6fe12018f80d74750aaa34e636f77a7c04f'
)
makedepends=('git'
'cmake'
@@ -60,7 +62,7 @@ prepare() {
# Bleh patch for set right version
patch -p1 -i "${srcdir}/esee.patch"
# Fix Close the Qt GUI
- git pull --no-edit origin pull/367/head
+ patch -p1 -i "${srcdir}/367.patch"
}
build() {