summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwowario2021-09-02 08:29:08 +0300
committerwowario2021-09-02 08:29:08 +0300
commit418bd2883b24d41382cae1632fd2a379e52ec0c3 (patch)
treec549d633752aa8ff41f260a7514b7404ce02d859 /PKGBUILD
parentfb043aa487bddd0ea6b83ff4b071a6fee18a2134 (diff)
downloadaur-418bd2883b24d41382cae1632fd2a379e52ec0c3.tar.gz
remove patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c54df58efe66..a0af62dc34cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,7 @@ source=(
"git+https://github.com/Tencent/rapidjson.git"
"git+https://git.wownero.com/wownero/RandomWOW.git"
"wownero.sysusers"
- "wownero.tmpfiles"
- monero-boost1.76.patch::https://github.com/selsta/monero/commit/c28d2f7c.patch)
+ "wownero.tmpfiles")
sha512sums=('SKIP'
'SKIP'
'SKIP'
@@ -26,7 +25,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
pkgver() {
@@ -43,8 +41,6 @@ prepare() {
git config submodule.external/rapidjson.url "$srcdir/rapidjson"
git config submodule.external/RandomWOW.url "$srcdir/RandomWOW"
git submodule update
-
- patch -p1 < ../monero-boost1.76.patch # Fix build with boost 1.76
}
build() {