summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2020-04-24 19:39:36 +0200
committerFabioLolix2020-04-24 19:39:36 +0200
commitc1c6a66daa209630910e004f720afdecca9663f0 (patch)
tree1dd96a122f38eae2f78a5b005344b48966102340 /PKGBUILD
parent996d4e837804f05a772236dbd04979bc70da1d71 (diff)
downloadaur-c1c6a66daa209630910e004f720afdecca9663f0.tar.gz
v0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0af0a20c4b49..ee0d410145d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Niels Martignène <niels.martignene@gmail.com>
+# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
+# Contributor: Niels Martignène <niels.martignene@gmail.com>
pkgname=pycrc
-pkgver=0.9
+pkgver=0.9.2
pkgrel=1
pkgdesc="A free, easy to use Cyclic Redundancy Check (CRC) calculator and C source code generator"
arch=(any)
@@ -10,7 +11,7 @@ license=('MIT')
depends=('python')
options=(!emptydirs)
source=("https://pycrc.org/download/pycrc-${pkgver}.tar.gz")
-sha256sums=('0ebe3ceb7210d14f23dc68d1b2d741e05f6e02fd00ed708966061b783a10e211')
+sha256sums=('84aebcd36304c0fd28ecf64df3888d69a2b9895759c83cf90f55afc9eff4e352')
_sitedir=`python -c "import site; print(site.getsitepackages()[0])"`