summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Osbäck2018-05-14 20:45:08 +0200
committerPer Osbäck2018-05-14 20:45:40 +0200
commit28260b9cb9306d901503159413eb9855a233acaf (patch)
tree1d876c5570767c9a135fa1a52eb50a9c27acb5e8
parente4ba97764d295d2af953023edba5c83e64631f5b (diff)
downloadaur-28260b9cb9306d901503159413eb9855a233acaf.tar.gz
fix a packaging error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f55a0aff30..360cb5d06c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perfops-cli
pkgdesc = A simple command line tool to interact with hundreds of servers around the world. Run benchmarks and debug your infrastructure without leaving your console.
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://perfops.net
arch = x86_64
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 804c35c236d4..8c8305fc6613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Per Osbeck <per@osbeck.com>
pkgname=perfops-cli
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple command line tool to interact with hundreds of servers around the world. Run benchmarks and debug your infrastructure without leaving your console."
arch=(x86_64)
url="https://perfops.net"
@@ -22,5 +22,5 @@ build() {
package() {
cd "$pkgname"
install -Dm755 "release/perfops-linux-amd64" "$pkgdir/usr/bin/perfops-cli"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}