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