summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Kahrmann2020-07-19 20:17:36 +0200
committerOliver Kahrmann2020-07-19 20:17:36 +0200
commit0470826b6c03ccb20d001fbda4922db3bd47d5e8 (patch)
treea6f13168caa245fe3d78d8e2a7bda2fcf8529a9c
parente5be69b215053c296425e2d248e93ab007681e97 (diff)
downloadaur-oh-brother-git.tar.gz
Adopt package and update pkgver
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 764d7b72913c..913a19dc9f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = oh-brother-git
pkgdesc = A simple cross-platform utility written in Python which can update Brother printer firmwares.
- pkgver = r22.6c73096
+ pkgver = r42.b4cc7ed
pkgrel = 1
url = https://github.com/CauldronDevelopmentLLC/oh-brother
arch = any
license = GPL2
makedepends = git
- depends = python2-pyasn1
- depends = python2-pysnmp
+ depends = python-pyasn1
+ depends = python-pysnmp
+ depends = python-future
provides = oh-brother
conflicts = oh-brother
source = oh-brother::git+https://github.com/CauldronDevelopmentLLC/oh-brother.git
diff --git a/PKGBUILD b/PKGBUILD
index e52102dfefd8..ad16af980cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Dan McCurry <dan.mccurry at linux dot com>
-# Contributor: Oliver Kahrmann <oliver.kahrmann@gmail.com>
+# Maintainer: Oliver Kahrmann <oliver.kahrmann at gmail dot com>
+# Contributor: Dan McCurry <dan.mccurry at linux dot com>
pkgname=oh-brother-git
-pkgver=r39.e667fe7
-pkgrel=2
+pkgver=r42.b4cc7ed
+pkgrel=1
pkgdesc="A simple cross-platform utility written in Python which can update Brother printer firmwares."
arch=('any')
url="https://github.com/CauldronDevelopmentLLC/oh-brother"