summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e6331831f9..a8e6c0a2287b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-binaryornot
pkgdesc = Ultra-lightweight pure Python package to check if a file is binary or text
- pkgver = 0.3.0
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/audreyr/binaryornot
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-binaryornot
license = BSD
depends = python
options = !emptydirs
- source = https://github.com/audreyr/binaryornot/archive/0.3.0.tar.gz
- md5sums = 8ef002b896a5f93b9875d78ffa3cf666
+ source = https://github.com/audreyr/binaryornot/archive/0.4.4.tar.gz
+ md5sums = aff341cdc4067a97ee947a3851721818
pkgname = python-binaryornot
diff --git a/PKGBUILD b/PKGBUILD
index 1ef0b084b333..7885502417e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-binaryornot
_pkgname=binaryornot
-pkgver=0.3.0
+pkgver=0.4.4
pkgrel=1
pkgdesc="Ultra-lightweight pure Python package to check if a file is binary or text"
arch=('any')
@@ -18,7 +18,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/audreyr/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("8ef002b896a5f93b9875d78ffa3cf666")
+md5sums=("aff341cdc4067a97ee947a3851721818")
package() {
cd "$srcdir/${_pkgname}-${pkgver}"