summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaruman92022-01-27 15:07:38 +0300
committersaruman92022-01-27 15:07:38 +0300
commitbbe8004bbe9a43347480fa71bb6e4993ecdb0311 (patch)
treeaaa1aeb3c35e0d35ac22f7f296f68a3a54ef09e8
parent8731d03a8b32084f5e5321dc870f5e2ba0f6ed66 (diff)
downloadaur-bbe8004bbe9a43347480fa71bb6e4993ecdb0311.tar.gz
Bump version to 1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91607270056c..7367ddb3abb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-crccheck
pkgdesc = Calculation library for CRCs and checksums
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 2
url = https://sourceforge.net/projects/crccheck
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/c/crccheck/crccheck-1.0.tar.gz
- sha256sums = 17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab
+ source = https://files.pythonhosted.org/packages/source/c/crccheck/crccheck-1.1.tar.gz
+ sha256sums = 45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96
pkgname = python-crccheck
-
diff --git a/PKGBUILD b/PKGBUILD
index 68eafa772003..d7dd916d7199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-crccheck')
_module=${pkgname#python-}
-pkgver='1.0'
+pkgver='1.1'
pkgrel=2
pkgdesc="Calculation library for CRCs and checksums"
url="https://sourceforge.net/projects/crccheck"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
-sha256sums=('17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab')
+sha256sums=('45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96')
build() {
cd "${srcdir}/${_module}-${pkgver}"