summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eec4b679b45e..3a6df381dd18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-multicodec
pkgdesc = A self-describing multiformat, wraps other formats with self-description.
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/py-multicodec
arch = any
license = MIT
depends = python
depends = python-setuptools
+ depends = python-varint
source = https://pypi.io/packages/source/p/py-multicodec/py-multicodec-0.2.1.tar.gz
sha256sums = 83021ffe8c0e272d19b5b86bc5b39efa67c8e9f4735ce6cafdbc1ace767ec647
pkgname = python-multicodec
-
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")