main/ofonoctl: upgrade to 0.4.1 (!986)
This commit is contained in:
parent
16e73360dc
commit
ae769fd180
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=ofonoctl
|
||||
pkgver=0.3.1
|
||||
pkgver=0.4.1
|
||||
pkgrel=0
|
||||
pkgdesc="test/control application for the ofono daemon"
|
||||
url="https://git.sr.ht/~martijnbraam/ofonoctl"
|
||||
|
@ -8,6 +8,7 @@ arch="noarch"
|
|||
license="MIT"
|
||||
depends="python3 py3-dbus py3-tabulate"
|
||||
makedepends="py3-setuptools"
|
||||
options="!check"
|
||||
source="https://files.pythonhosted.org/packages/source/o/ofonoctl/ofonoctl-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
|
@ -17,4 +18,5 @@ build() {
|
|||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
sha512sums="3de87c0e94d67b00dc49c44593ec0aa6ce2c38a4cc08ef5951aabbee5a0141c4782b5b0ff3449e52feaa42d172312b00dd8cb2d5ccf26aebda17ca551a75b6f2 ofonoctl-0.3.1.tar.gz"
|
||||
|
||||
sha512sums="3bcdc56b9e5221052c40f4fc4836d0b781091ba28e04b267d403f72f297196fd71b059295431de0a0f09401deba6a867994899736bda631b8c86ddfbd845e7d1 ofonoctl-0.4.1.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue