summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-11-04 22:39:41 +0500
committerDmitry Kharitonov2017-11-04 22:39:41 +0500
commitc5d41755248399a341af75c2b118ce74c0428b88 (patch)
tree8100d17e62520520059532b5b00d254585406080
parent9b58b9dd44693aec45503dd5f07f486a7654e1b5 (diff)
downloadaur-c5d41755248399a341af75c2b118ce74c0428b88.tar.gz
OpenSSL-1.0 should be a dep, not a makedep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c24055b0f35..08d188d9bda6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 17:34:10 UTC 2017
+# Sat Nov 4 17:39:21 UTC 2017
pkgbase = curecoin-qt-git
pkgdesc = GUI client (wallet) for CureCoin cryptocurrency
pkgver = r115.442977b
- pkgrel = 2
+ pkgrel = 3
url = https://curecoin.net/
arch = x86_64
arch = i686
license = MIT
makedepends = boost
- makedepends = openssl-1.0
makedepends = db
depends = qt5-base
depends = miniupnpc
depends = boost-libs
+ depends = openssl-1.0
provides = curecoin-qt
conflicts = curecoin-qt
source = git+https://github.com/cygnusxi/CurecoinSource.git
diff --git a/PKGBUILD b/PKGBUILD
index 1a425b538fb0..a809129e83fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=curecoin-qt-git
pkgver=r115.442977b
-pkgrel=2
+pkgrel=3
pkgdesc="GUI client (wallet) for CureCoin cryptocurrency"
arch=('x86_64' 'i686')
url="https://curecoin.net/"
license=('MIT')
provides=('curecoin-qt')
conflicts=('curecoin-qt')
-depends=('qt5-base' 'miniupnpc' 'boost-libs')
-makedepends=('boost' 'openssl-1.0' 'db')
+depends=('qt5-base' 'miniupnpc' 'boost-libs' 'openssl-1.0')
+makedepends=('boost' 'db')
source=("git+https://github.com/cygnusxi/CurecoinSource.git"
"0001-miniupnpc.patch"
"curecoin.desktop")
@@ -52,6 +52,4 @@ package() {
install -Dm755 curecoin-qt "${pkgdir}/usr/bin/curecoin-qt"
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 src/qt/res/icons/curecoin.png "${pkgdir}/usr/share/pixmaps/curecoin.png"
-
- #make DESTDIR=${pkgdir} install
}