summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6f9a51601be..8622f2b580c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=python-multicodec
_name=py-multicodec
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A self-describing multiformat, wraps other formats with self-description."
arch=('any')
url="https://pypi.python.org/pypi/py-multicodec"
license=('MIT')
depends=('python'
'python-setuptools'
+ 'python-varint'
)
checkdepends=()
source=("https://pypi.io/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")