Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JP-Ellis committed Jul 28, 2020
1 parent ff98df6 commit 4d89203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = python-filetype
pkgdesc = Small and dependency free Python package to infer file type and MIME type checking the magic numbers signature of a file or buffer.
pkgver = 1.0.5
pkgver = 1.0.7
pkgrel = 1
url = https://pypi.org/project/filetype/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/f/filetype/filetype-1.0.5.tar.gz
sha256sums = 17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7
source = https://files.pythonhosted.org/packages/source/f/filetype/filetype-1.0.7.tar.gz
sha256sums = da393ece8d98b47edf2dd5a85a2c8733e44b769e32c71af4cd96ed8d38d96aa7

pkgname = python-filetype

4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=python-filetype
_name=${pkgname#python-}
pkgver=1.0.5
pkgver=1.0.7
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')
Expand All @@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
optdepends=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7')
sha256sums=('da393ece8d98b47edf2dd5a85a2c8733e44b769e32c71af4cd96ed8d38d96aa7')
noextract=()

build() {
Expand Down

0 comments on commit 4d89203

Please sign in to comment.