summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnishin2015-12-18 23:45:13 +0100
committerOnishin2015-12-18 23:45:13 +0100
commit6f389dddae037dfb8fa6c3956dcd654e041723d3 (patch)
tree10430301cc1cd71727255c5ddced35ab082e99e0
parent282c2b1a559adcb4aaab73cee6cb5b357cc0436e (diff)
downloadaur-6f389dddae037dfb8fa6c3956dcd654e041723d3.tar.gz
Fixing bogus md5sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae13e7ec3a23..08f0524982b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Dec 18 22:43:52 UTC 2015
pkgbase = bitmonero-git
pkgdesc = Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)
pkgver = 0.8.8.7
@@ -19,9 +21,9 @@ pkgbase = bitmonero-git
conflicts = simplewallet
conflicts = simpleminer
source = bitmonero::git+https://github.com/monero-project/bitmonero.git
- md5sums = SKIP
source = bitmonerod@.service
- sha1sums = 86e9747ec3fb24ed48fc44e550279c9829ea70d7
+ md5sums = SKIP
+ md5sums = 4e5089fbbf7fd7c2300a4086862e3911
pkgname = bitmonero-git
diff --git a/PKGBUILD b/PKGBUILD
index 735660cdd247..911812fe0659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://getmonero.org/"
license=('custom:Cryptonote')
-depends=('boost-libs>=1.45' 'unbound>=1.4.16' 'miniupnpc>=1.6' 'db')
+depends=('boost-libs>=1.45' 'unbound>=1.4.16' 'miniupnpc>=1.6')
makedepends=('git' 'cmake' 'boost')
@@ -19,8 +19,7 @@ source=("$_gitname::git+https://github.com/monero-project/bitmonero.git"
)
md5sums=('SKIP'
- '86e9747ec3fb24ed48fc44e550279c9829ea70d7'
- )
+ '4e5089fbbf7fd7c2300a4086862e3911')
pkgver() {
cd "$srcdir/$_gitname"
@@ -48,7 +47,7 @@ package() {
install -D -m755 "$srcdir/$_gitname/build/release/bin/simplewallet" "$pkgdir/usr/bin/simpleminer"
# install unit-file for service bitmonerod
- install -Dm644 ../bitmonerod@.service "${pkgdir}/usr/lib/systemd/system/bitmonerod@.service"
+ install -Dm644 $srcdir/bitmonerod@.service "${pkgdir}/usr/lib/systemd/system/bitmonerod@.service"
# install license when pull request accepted
#install -D -m644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"