summaryrefslogtreecommitdiff
path: root/pcr/python-filetype
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python-filetype')
-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-}")