summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-07-22 13:30:15 -0400
committerredfish2018-07-22 13:30:30 -0400
commit43174dbb224102703d7d8f009ec4aa8f994f49f0 (patch)
tree8c72197ea95ab5a0abbf2ea23e5c726025306bd8
parent600d5f681f496b8937481d6a0b7bddf574512a37 (diff)
downloadaur-43174dbb224102703d7d8f009ec4aa8f994f49f0.tar.gz
bump to 0.8.5.12-2: remove merged patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ff65ac0d3e..2369d6a79cda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 22 03:16:01 UTC 2018
+# Sun Jul 22 17:30:06 UTC 2018
pkgbase = gostcoin-git
pkgdesc = Coin based on GOST R 34.10 and GOST R 34.11-2012 with I2P support
pkgver = 0.8.5.12
- pkgrel = 1
+ pkgrel = 2
url = http://gostcoin.i2p
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 062211a8a409..a458857340fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname+=('gostcoin-qt-git')
fi
pkgver=0.8.5.12
-pkgrel=1
+pkgrel=2
pkgdesc="Coin based on GOST R 34.10 and GOST R 34.11-2012 with I2P support"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://gostcoin.i2p"
@@ -26,8 +26,7 @@ optdepends=('i2pd: I2P network transport')
source=("${pkgbase%%-git}::git+https://github.com/GOSTSec/gostcoin"
"gostcoind.service"
- "gostcoind.conf"
- "link-boost-chrono.patch")
+ "gostcoind.conf")
pkgver() {
@@ -37,7 +36,6 @@ pkgver() {
prepare() {
cd $srcdir/${pkgbase%%-git}
- patch -p1 < ../link-boost-chrono.patch
}
build() {
@@ -78,5 +76,4 @@ package_gostcoin-qt-git(){
md5sums=('SKIP'
'5fd2ff66d55bdfcba99755bb7c88b7f0'
- 'a2811c45f7bdbb9dc66775f6f897631e'
- '96720e3e4fd7dcee27462df0f6e97c8b')
+ 'a2811c45f7bdbb9dc66775f6f897631e')