summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHui Yiqun2017-06-07 16:04:45 +0800
committerHui Yiqun2017-06-07 16:04:45 +0800
commit5a66d9dce75918c3ea704d7a78845a5cf6c1f7e0 (patch)
tree6e6880c2e137af200cea1ed12b63f62dca36f13a
parentadbd44525e916027e13099618fe43571f5145a74 (diff)
downloadaur-5a66d9dce75918c3ea704d7a78845a5cf6c1f7e0.tar.gz
sorry, license file is not needed for this is published under GPLv3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb510d12b60..73e6af37c54d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmr-stak-cpu-git
pkgdesc = Monero CPU miner
pkgver = r127.d0f991c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nicehash/xmr-stak-cpu
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b7aedfd1b3ed..af577c0e9353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=xmr-stak-cpu-git
pkgver=r127.d0f991c
-pkgrel=2
+pkgrel=3
pkgdesc="Monero CPU miner"
arch=('x86_64')
url="https://github.com/nicehash/xmr-stak-cpu"
@@ -29,5 +29,4 @@ build() {
package() {
install -D -m755 "$srcdir/xmr-stak-cpu/bin/xmr-stak-cpu" "$pkgdir/usr/bin/"
install -D -m644 "$srcdir/xmr-stak-cpu/config.txt" "$pkgdir/etc/xmr-stak-cpu.json"
- install -D -m644 "$srcdir/xmr-stak-cpu/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}