summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')