summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2018-12-29 09:00:38 +0100
committerknedlyk2018-12-29 09:00:38 +0100
commit6ecff1da4063c045a268a973094ca36085b28d47 (patch)
tree58ce5567ba102079e790dcbce6ab1e48f1cfaa0d
parent7be804e8300199f29517aa84a0ef2e6ed007fa00 (diff)
downloadaur-6ecff1da4063c045a268a973094ca36085b28d47.tar.gz
Version 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb3657c956f..6592e5fb6a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-getdevinfo
pkgdesc = A device information gatherer for Linux and macOS.
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://www.hamishmb.com/html/downloads.php?program_name=getdevinfo
arch = any
license = PSF
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://www.hamishmb.com/files/Downloads/getdevinfo/1.0.3/Python/getdevinfo-1.0.3.tar.gz
- md5sums = e730b5f09919416634aadf6a2d923cfb
+ source = https://www.hamishmb.com/files/Downloads/getdevinfo/1.0.4/Python/getdevinfo-1.0.4.tar.gz
+ md5sums = 0d38b8e65afb25746882a7a24503717d
pkgname = python-getdevinfo
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index fdc19410fe14..06cdedb1fa83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-getdevinfo
pkgname=('python-getdevinfo' 'python2-getdevinfo')
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="A device information gatherer for Linux and macOS."
arch=('any')
@@ -37,4 +37,5 @@ package_python2-getdevinfo() {
cd getdevinfo-$pkgver-py2
python2 setup.py install --root="$pkgdir"
}
-md5sums=('e730b5f09919416634aadf6a2d923cfb')
+
+md5sums=('0d38b8e65afb25746882a7a24503717d')