Skip to content

Commit

Permalink
Update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JP-Ellis committed May 3, 2019
1 parent e6e1b8a commit ff98df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Generated by mksrcinfo v8
# Wed Nov 14 00:47:59 UTC 2018
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.1
pkgver = 1.0.5
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.1.tar.gz
sha256sums = 97b4ec0974b07cbddb3e74cf323d8688749807014055cc91cdbfef5442a94dc5
source = https://files.pythonhosted.org/packages/source/f/filetype/filetype-1.0.5.tar.gz
sha256sums = 17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7

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.1
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')
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=('97b4ec0974b07cbddb3e74cf323d8688749807014055cc91cdbfef5442a94dc5')
sha256sums=('17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7')
noextract=()

build() {
Expand Down

0 comments on commit ff98df6

Please sign in to comment.