summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authoroaken-source <oaken-source@parabola.nu>2019-11-05 13:06:17 +0100
committeroaken-source <oaken-source@parabola.nu>2019-11-05 13:06:17 +0100
commit993cbae57089877b56d57b59573e8a69e291ae1c (patch)
treec1ebd2759d38e772f456e6cc21c55d2e9485589e /pcr
parentc1e9de69e51a0ddcbf1e24eea64719e8a481c325 (diff)
pcr/python-filetype: updated to 1.0.5
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-filetype/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-filetype/PKGBUILD b/pcr/python-filetype/PKGBUILD
index 043684728..43fe96c49 100644
--- a/pcr/python-filetype/PKGBUILD
+++ b/pcr/python-filetype/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Grapentin <oaken-source@parabola.nu>
_pkgname=filetype
pkgname=(python{,2}-$_pkgname)
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Small and dependency free Python package to infer file type and MIME type checking the magic numbers signature of a file or buffer."
arch=(any)
@@ -11,7 +11,7 @@ license=('GPL')
_depends=()
makedepends=(python{,2}-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('366c50d0211798e696626f125134163ac2fff25a70131eec80a1d1a6196c1027')
+sha256sums=('17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7')
_package() {
depends=("$1" "${_depends[@]/#/$1-}")