summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2022-06-09 14:13:51 +0200
committerThomas Jost2022-06-09 14:13:51 +0200
commitdd9625bd971e0dde2e9757f49980099b7ec18bce (patch)
tree4b61660c6dc3501d147642e2c7c5c2a135cf7719
parentf470a4f285131b7683d52fe155e283072fa749f3 (diff)
downloadaur-dd9625bd971e0dde2e9757f49980099b7ec18bce.tar.gz
Fix typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb408ee5063..3fc23cc5e252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blaeu-git
pkgdesc = A set of Python programs to start distributed Internet measurements on the network of RIPE Atlas probes, and to analyze their results
- pkgver = 1.1.6.r1.3577de1
+ pkgver = 1.1.7.r2.3956cce
pkgrel = 1
url = https://framagit.org/bortzmeyer/blaeu/
arch = any
@@ -15,4 +15,3 @@ pkgbase = blaeu-git
md5sums = SKIP
pkgname = blaeu-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a5f09b243308..4fa455b934a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=blaeu-git
-pkgver=1.1.6.r1.3577de1
+pkgver=1.1.7.r2.3956cce
pkgrel=1
pkgdesc="A set of Python programs to start distributed Internet measurements on the network of RIPE Atlas probes, and to analyze their results"
arch=(any)
@@ -23,9 +23,8 @@ build() {
python setup.py build
}
-
package() {
cd "$srcdir/${pkgname%-git}"
python setup.py install --root="$pkgdir" --prefix=/usr
- install -Dm644 LICENCE "$pkgdir"/usr/shjare/licenses/blaeu-git/LICENCE
+ install -Dm644 LICENCE "$pkgdir"/usr/share/licenses/blaeu-git/LICENCE
}