summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Fontenot2021-06-02 14:52:25 -0700
committerAdam Fontenot2021-06-02 14:52:25 -0700
commit97d738dcb0106a8dbc12e84dcfb9376a74adad56 (patch)
treed568d6a18e32208662f1dfc6c6a9d4b45da1512b
parentf14c7a6665b1d8533f9afafa859f1038c5078727 (diff)
downloadaur-python-crcmod.tar.gz
minor update, no rebuild required
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6e9800a9fe3..0a60078a206b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-crcmod
pkgdesc = Cyclic Redundancy Check (CRC) implementation in Python.
pkgver = 1.7
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/crcmod/
- arch = any
+ arch = x86_64
license = MIT
depends = python
source = https://pypi.python.org/packages/source/c/crcmod/crcmod-1.7.tar.gz
sha256sums = dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e
pkgname = python-crcmod
-
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')