summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2020-07-25 09:55:37 +0200
committerBalazs Vinarz2020-07-25 09:55:37 +0200
commit543170ba508b92a2ef50517a1ac1dccb5887836e (patch)
treecff4f483759e445bdc1b11d2d5858242f83080bf
parent63cce24373f9917dc89864e04a5c830ecb7dcba4 (diff)
downloadaur-543170ba508b92a2ef50517a1ac1dccb5887836e.tar.gz
switch to python3 packages, use my own light versioned repository
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6ea1a2e2e9..e9ead8293ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lglaf
- pkgdesc = LGLAF.py is a utility for communication with LG devices in Download Mode. This allows you to execute arbitrary shell commands on a LG phone as root.
+ pkgdesc = LGLAF.py is a utility for communication with LG devices in Download Mode. This allows you to execute arbitrary shell commands on a LG phone as root. Utility was created by Lekensteyn (Peter Wu)
pkgver = 20180317
- pkgrel = 2
- url = https://github.com/Lekensteyn/lglaf
+ pkgrel = 3
+ url = https://gitlab.com/vinibali/lglaf
arch = i686
arch = x86_64
license = MIT
- depends = python2
- depends = python2-pyusb
- source = https://github.com/Lekensteyn/lglaf/archive/master.zip
+ depends = python
+ depends = python-pyusb
+ source = https://gitlab.com/vinibali/lglaf/-/archive/20180317/lglaf-20180317.zip
md5sums = c90866a08a16bf852a1e30b0ae936291
pkgname = lglaf
diff --git a/PKGBUILD b/PKGBUILD
index de87da1a841b..70921284fc27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=lglaf
pkgver=20180317
-pkgrel=2
-pkgdesc="LGLAF.py is a utility for communication with LG devices in Download Mode. This allows you to execute arbitrary shell commands on a LG phone as root."
+pkgrel=3
+pkgdesc="LGLAF.py is a utility for communication with LG devices in Download Mode. This allows you to execute arbitrary shell commands on a LG phone as root. Utility was created by Lekensteyn (Peter Wu)"
arch=(i686 x86_64)
-url="https://github.com/Lekensteyn/lglaf"
+url="https://gitlab.com/vinibali/lglaf"
license=('MIT')
-depends=('python2' 'python2-pyusb')
-source=(https://github.com/Lekensteyn/lglaf/archive/master.zip)
+depends=('python' 'python-pyusb')
+source=(https://gitlab.com/vinibali/lglaf/-/archive/20180317/lglaf-20180317.zip)
md5sums=(c90866a08a16bf852a1e30b0ae936291)
build() {