summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Bublitz2017-04-03 18:22:36 +0200
committerMalte Bublitz2017-04-03 18:22:36 +0200
commit859a73f3cfe68bbf812bee9a530b4587909ecff2 (patch)
treeecc86b6d4b2c7d24f7e949ef3edbdffaa47afc7b
parent202aaee14246ac259d681f93f7c03852e31040f3 (diff)
downloadaur-859a73f3cfe68bbf812bee9a530b4587909ecff2.tar.gz
Updated to 1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5d51365da6..9d3659705485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-osdetect
pkgdesc = A Python 2 module to detect the operating system.
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
url = http://malte70.github.com/OSDetect
arch = any
license = BSD
makedepends = python2-distribute
depends = python2
- source = python2-osdetect-1.1.0.tar.gz::https://github.com/malte70/OSDetect/archive/1.1.0.tar.gz
- sha1sums = 7f26b9370af116c3885a2ed8676483a9c37e0887
+ source = python2-osdetect-1.2.tar.gz::https://github.com/malte70/OSDetect/archive/1.2.tar.gz
+ sha1sums = 085b12a986c18d7dc258906fcfaf3aa4a85c7bcd
pkgname = python2-osdetect
diff --git a/PKGBUILD b/PKGBUILD
index d286cf3b7763..51ead20600d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python2-osdetect
pkgname_upstream=OSDetect
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="A Python 2 module to detect the operating system."
arch=(any)
url="http://malte70.github.com/OSDetect"
@@ -11,7 +11,7 @@ license=("BSD")
depends=("python2")
makedepends=("python2-distribute")
source=("$pkgname-$pkgver.tar.gz::https://github.com/malte70/$pkgname_upstream/archive/$pkgver.tar.gz")
-sha1sums=('7f26b9370af116c3885a2ed8676483a9c37e0887')
+sha1sums=('085b12a986c18d7dc258906fcfaf3aa4a85c7bcd')
package() {
cd "${srcdir}/$pkgname_upstream-${pkgver}"