summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Fontenot2021-06-02 14:52:25 -0700
committerAdam Fontenot2021-06-02 14:52:25 -0700
commit97d738dcb0106a8dbc12e84dcfb9376a74adad56 (patch)
treed568d6a18e32208662f1dfc6c6a9d4b45da1512b /PKGBUILD
parentf14c7a6665b1d8533f9afafa859f1038c5078727 (diff)
downloadaur-97d738dcb0106a8dbc12e84dcfb9376a74adad56.tar.gz
minor update, no rebuild required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5382ac1073d..8060f93b31da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: afontenot <adam.m.fontenot@gmail.com>
# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
pkgname=python-crcmod
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc='Cyclic Redundancy Check (CRC) implementation in Python.'
-arch=('any')
+arch=('x86_64')
url=https://pypi.python.org/pypi/crcmod/
license=('MIT')
depends=('python')