summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnishin2015-12-18 23:07:49 +0100
committerOnishin2015-12-18 23:07:49 +0100
commit282c2b1a559adcb4aaab73cee6cb5b357cc0436e (patch)
treef6bdf02379d423ecd31b9a1a980d5a6bd4337e1f
parentc84e7e8ab7ecea0dd5dfd5c6249c9e83707daa6e (diff)
downloadaur-282c2b1a559adcb4aaab73cee6cb5b357cc0436e.tar.gz
sha1sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5994127782d4..ae13e7ec3a23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitmonero-git
pkgdesc = Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)
pkgver = 0.8.8.7
- pkgrel = 2
+ pkgrel = 3
url = https://getmonero.org/
arch = x86_64
license = custom:Cryptonote
@@ -20,6 +20,8 @@ pkgbase = bitmonero-git
conflicts = simpleminer
source = bitmonero::git+https://github.com/monero-project/bitmonero.git
md5sums = SKIP
+ source = bitmonerod@.service
+ sha1sums = 86e9747ec3fb24ed48fc44e550279c9829ea70d7
pkgname = bitmonero-git
diff --git a/PKGBUILD b/PKGBUILD
index 338423be0457..735660cdd247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='bitmonero-git'
_gitname='bitmonero'
pkgver=0.8.8.7
-pkgrel=1
+pkgrel=3
arch=('x86_64')
url="https://getmonero.org/"
license=('custom:Cryptonote')
@@ -14,9 +14,12 @@ makedepends=('git' 'cmake' 'boost')
pkgdesc="Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)"
provides=('bitmonerod' 'simplewallet' 'simpleminer')
conflicts=('bitmonerod' 'simplewallet' 'simpleminer')
-source=("$_gitname::git+https://github.com/monero-project/bitmonero.git")
+source=("$_gitname::git+https://github.com/monero-project/bitmonero.git"
+ "bitmonerod@.service"
+)
md5sums=('SKIP'
+ '86e9747ec3fb24ed48fc44e550279c9829ea70d7'
)
pkgver() {