summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Squartini2018-04-19 12:39:15 +0200
committerNicola Squartini2018-04-19 12:39:15 +0200
commit1536592e795ad4348695f52d635977df313ce793 (patch)
tree2d6bb760d76eba13a555c0aefd34bffca497cb2e
parent4bc8f9823f05ec17162e2be0946f7af4c3f7d54b (diff)
downloadaur-1536592e795ad4348695f52d635977df313ce793.tar.gz
Remove ncurses5-compat-libs build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb42496fc9a..2324df4bc4ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = cardano-sl
pkgdesc = Cryptographic currency implementing Ouroboros PoS protocol
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/input-output-hk/cardano-sl/
arch = x86_64
license = MIT
makedepends = git
- makedepends = ncurses5-compat-libs
makedepends = stack
depends = gmp
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 4d62ed1f80ea..47a3483dcdf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=cardano-sl
pkgver=1.1.1
_commit=aed0d925b06e0bd1278e26539c445274c52f4b67
-pkgrel=1
+pkgrel=2
pkgdesc='Cryptographic currency implementing Ouroboros PoS protocol'
arch=('x86_64')
url='https://github.com/input-output-hk/cardano-sl/'
license=('MIT')
depends=('gmp' 'openssl' 'rocksdb')
-makedepends=('git' 'ncurses5-compat-libs' 'stack')
+makedepends=('git' 'stack')
source=("git+https://github.com/input-output-hk/cardano-sl.git#commit=${_commit}")
sha256sums=('SKIP')