summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}