summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Wölfing2021-10-02 16:14:08 +0200
committerMax Wölfing2021-10-02 16:14:08 +0200
commita73c42cd662493e39441fa1b07ca97fda11f7f7b (patch)
tree9f29e96056a82276c8c5a63c356b2a71c9f01772 /PKGBUILD
parent5aefb97ffb5d920bc2b15fb7c0ea287ab6cc90e4 (diff)
downloadaur-a73c42cd662493e39441fa1b07ca97fda11f7f7b.tar.gz
Refactoring due to new ModemManager
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e29693357003..02ab66f1964b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Max Wölfing <ff0x@infr.cat>
+# Maintainer: Max Bülte <ff0x@this-is-fine.io>
pkgname=netctl-mm
-pkgver=0.0.11
+pkgver=0.1.1
pkgrel=1
pkgdesc="Mobile broadband support for netctl using ModemManager"
arch=(any)
license=('GPL')
-depends=(netctl modemmanager)
+depends=(netctl modemmanager jq)
source=(mobile_mm.profile mobile_mm)
-md5sums=('03d3c43f41396093c64348c89c9c6342'
- '0f19810092c4600a13ea0aa5c5994658')
+md5sums=('ccd14753d61a5439ebf4ee01d500b5c8'
+ 'e90c30ee7b5e08408515099341779d19')
package() {
install -Dm644 "$srcdir/mobile_mm.profile" "$pkgdir/etc/netctl/examples/mobile_mm"