summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2018-04-17 20:49:32 -0400
committerTim Savannah2018-04-17 20:49:32 -0400
commitb35eadcb7345e18c1f9a356754f698747b28f3e2 (patch)
tree0c5c6caefc8d5f8ad65cca4448bd15c47b2a6e73
parent9353466cdc59a04d44892a754715a7f98321a66e (diff)
downloadaur-b35eadcb7345e18c1f9a356754f698747b28f3e2.tar.gz
3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cc99078f7b7..6b96e6fa5ad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cmp_version
pkgdesc = A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything.
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = http://github.com/kata198/cmp_version
arch = any
license = LGPLv3
@@ -9,8 +9,8 @@ pkgbase = python-cmp_version
makedepends = python
depends = python-setuptools
depends = python
- source = https://github.com/kata198/cmp_version/archive/2.1.1.tar.gz
- sha512sums = 6152b7f63e2e819399a8714c11fb33461738152e44e152db964709ac10dba90ffef27395abad9957bcf25dc351760246cfe0cc948d340955fe89304abebfdd7d
+ source = https://github.com/kata198/cmp_version/archive/3.0.0.tar.gz
+ sha512sums = 20a6e4d8885793ab742d441f45dd0516cd023232e4da93904169fcba67d106ae9fb3e00c11703fe82f9ccc6a80860b1a4a2090cd4dc0f36c708e7c5fdb1dd11a
pkgname = python-cmp_version
diff --git a/PKGBUILD b/PKGBUILD
index 85aeaec61b1e..7b7d203bf67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname=('python-cmp_version' 'cmp_version')
-pkgver=2.1.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything."
arch=('any')
license=('LGPLv3')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python')
depends=('python-setuptools' 'python')
source=("https://github.com/kata198/cmp_version/archive/${pkgver}.tar.gz")
-sha512sums=('6152b7f63e2e819399a8714c11fb33461738152e44e152db964709ac10dba90ffef27395abad9957bcf25dc351760246cfe0cc948d340955fe89304abebfdd7d')
+sha512sums=('20a6e4d8885793ab742d441f45dd0516cd023232e4da93904169fcba67d106ae9fb3e00c11703fe82f9ccc6a80860b1a4a2090cd4dc0f36c708e7c5fdb1dd11a')
build() {
cd "$srcdir"/cmp_version-$pkgver