summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimón Oroño2016-11-12 21:13:24 -0400
committerSimón Oroño2016-11-12 21:13:24 -0400
commit693f8982207ea4c7b7190c341603aff320df4d29 (patch)
treefdcda07ffa9666bc1c4a668daf34fd9c2107f157
parent49c3a0e28c5d504bf91416f7b49d089df2ac29b4 (diff)
downloadaur-iop-blockchain.tar.gz
New package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a610ee209e..513c3bdda1ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iop-blockchain
pkgdesc = IoP is the digital currency from the Internet of People that enables instant payments to anyone, anywhere in the world.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.fermat.org/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = iop-blockchain
depends = protobuf
depends = zeromq
source = https://github.com/Fermat-ORG/iop-blockchain/archive/81335ba210c0cf79757c22dfd66ff9142de7ea8f.zip
- sha256sums = 16879eeb89dfa16d1af7c6cc75203659c8595926848dc03b3d14609c3b804a72
+ sha256sums = ca56c4ba6ecf4b555eb61b0ad96ec09f924c0433781ae19301fddcfd86988309
pkgname = iop-blockchain
diff --git a/PKGBUILD b/PKGBUILD
index 923ab4aad837..b5c270bc70ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='iop-blockchain'
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgbase="$pkgname"
pkgdesc="IoP is the digital currency from the Internet of People that enables instant payments to anyone, anywhere in the world."
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'protobu
depends=(boost-libs desktop-file-utils libevent qt5-base qrencode protobuf zeromq)
license=('MIT')
source=(https://github.com/Fermat-ORG/iop-blockchain/archive/81335ba210c0cf79757c22dfd66ff9142de7ea8f.zip)
-sha256sums=('16879eeb89dfa16d1af7c6cc75203659c8595926848dc03b3d14609c3b804a72')
+sha256sums=('ca56c4ba6ecf4b555eb61b0ad96ec09f924c0433781ae19301fddcfd86988309')
build() {
- cd "$pkgbase-81335ba210c0cf79757c22dfd66ff9142de7ea8f"
+ cd "iop-token-81335ba210c0cf79757c22dfd66ff9142de7ea8f"
./autogen.sh
./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb
make
}
package() {
- cd "$pkgbase-81335ba210c0cf79757c22dfd66ff9142de7ea8f"
+ cd "iop-token-81335ba210c0cf79757c22dfd66ff9142de7ea8f"
install -Dm755 src/qt/IoP-qt "$pkgdir"/usr/bin/IoP-qt
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"