summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-12-05 18:30:59 +0100
committerIyán Méndez Veiga2020-12-05 18:30:59 +0100
commit5143ac0dd47a12e907f9fdff11def86137b1766f (patch)
tree35c729013d0a951a2697825df5d300d69eedce6f
parentc76ea60835bfd111ff68e1e0af18f760b11af20f (diff)
downloadaur-5143ac0dd47a12e907f9fdff11def86137b1766f.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe8d18ae0153..679a2267e28d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-ndeflib
pkgdesc = Python package for parsing and generating NFC Data Exchange Format messages
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nfcpy/ndeflib
arch = x86_64
license = custom:ISC
makedepends = python-setuptools
depends = python
source = ndeflib-0.3.3.tar.gz::https://github.com/nfcpy/ndeflib/archive/v0.3.3.tar.gz
- sha256sums = 03ea8a47d2dfe92bdc41d0751fba2b124793936f1fe7d5096dbb0fdfad5e635a
+ sha256sums = ba347891000a538616e41b7ff37ee8dc92ce6a742816c3e93a1f52e90b1606e7
pkgname = python-ndeflib
diff --git a/PKGBUILD b/PKGBUILD
index 4da29b19daea..016fa8e3d926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ndeflib
pkgname=python-${_pkgname}
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python package for parsing and generating NFC Data Exchange Format messages"
arch=('x86_64')
url="https://github.com/nfcpy/ndeflib"