summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-05-20 15:06:55 -0400
committerJameson Pugh2019-05-20 15:06:55 -0400
commit70f328bf3412b347594ae351a9df7ad9f3708a26 (patch)
tree8488e5601665c2ec17488b49ead530887e2ecf71
parent6a7388614e16b4fc78792264cce6e35aa80e8dd1 (diff)
downloadaur-70f328bf3412b347594ae351a9df7ad9f3708a26.tar.gz
1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ec94cf58a32..0442883080a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-identify
pkgdesc = File identification library for Python.
- pkgver = 1.4.1
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/chriskuehl/identify
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-identify
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/chriskuehl/identify/archive/v1.4.1.tar.gz
- sha256sums = f2aa42ea4c6faa2639da96a071f3a2e5cf4740b6eccb6b6545c8b9085e891130
+ source = https://github.com/chriskuehl/identify/archive/v1.4.3.tar.gz
+ sha256sums = 44cb90e9e59a9c27db63136d659efb9d85c39408bd8e00c0fb2f77ed98b05d25
pkgname = python-identify
pkgdesc = File identification library for Python. (python3 version)
diff --git a/PKGBUILD b/PKGBUILD
index 1bee303a0fca..2d655b637262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-identify
pkgname=('python-identify' 'python2-identify')
pkgname=python-identify
-pkgver=1.4.1
+pkgver=1.4.3
pkgrel=1
pkgdesc="File identification library for Python."
arch=(any)
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=("https://github.com/chriskuehl/identify/archive/v${pkgver}.tar.gz")
-sha256sums=('f2aa42ea4c6faa2639da96a071f3a2e5cf4740b6eccb6b6545c8b9085e891130')
+sha256sums=('44cb90e9e59a9c27db63136d659efb9d85c39408bd8e00c0fb2f77ed98b05d25')
package_python2-identify() {
depends=('python2')