summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYUP2019-02-23 11:22:52 +0100
committerYUP2019-02-23 11:22:52 +0100
commitdf1bc5206fa4fbefc0c92c6593b025458c45e968 (patch)
tree0dd3b4c4196431ccd9a850d2f7f4370bf1e2b130
parent6ecff1da4063c045a268a973094ca36085b28d47 (diff)
downloadaur-df1bc5206fa4fbefc0c92c6593b025458c45e968.tar.gz
1.0.5 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6592e5fb6a69..1a3bdd139940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-getdevinfo
pkgdesc = A device information gatherer for Linux and macOS.
- pkgver = 1.0.4
+ pkgver = 1.0.5
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.4/Python/getdevinfo-1.0.4.tar.gz
- md5sums = 0d38b8e65afb25746882a7a24503717d
+ source = https://www.hamishmb.com/files/Downloads/getdevinfo/1.0.5/Python/getdevinfo-1.0.5.tar.gz
+ md5sums = d59e7c41858fbc6c386cfa81346c6c7d
pkgname = python-getdevinfo
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 06cdedb1fa83..aacbe2b930f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-getdevinfo
pkgname=('python-getdevinfo' 'python2-getdevinfo')
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="A device information gatherer for Linux and macOS."
arch=('any')
@@ -37,5 +37,4 @@ package_python2-getdevinfo() {
cd getdevinfo-$pkgver-py2
python2 setup.py install --root="$pkgdir"
}
-
-md5sums=('0d38b8e65afb25746882a7a24503717d')
+md5sums=('d59e7c41858fbc6c386cfa81346c6c7d')