summaryrefslogtreecommitdiff
path: root/user/py3-olefile
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-10-22 20:19:05 -0400
committerMax Rees <maxcrees@me.com>2018-10-22 20:22:08 -0400
commitc2b95cc508c0743c490677f58618751874f1824f (patch)
treeacaa1f54662aa146833c96430238fc9dcd98b641 /user/py3-olefile
parentce8bb0275945fd250c1174781589614ac50e9c4d (diff)
downloadpackages-c2b95cc508c0743c490677f58618751874f1824f.tar.gz
packages-c2b95cc508c0743c490677f58618751874f1824f.tar.bz2
packages-c2b95cc508c0743c490677f58618751874f1824f.tar.xz
packages-c2b95cc508c0743c490677f58618751874f1824f.zip
user/py3-olefile: bump to 0.46
Diffstat (limited to 'user/py3-olefile')
-rw-r--r--user/py3-olefile/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/user/py3-olefile/APKBUILD b/user/py3-olefile/APKBUILD
index 0c1692192..c44ee5842 100644
--- a/user/py3-olefile/APKBUILD
+++ b/user/py3-olefile/APKBUILD
@@ -2,16 +2,15 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=py3-olefile
_pkgname=olefile
-pkgver=0.45.1
+pkgver=0.46
pkgrel=0
pkgdesc="A Python module to read/write MS OLE2 files"
-url="https://pypi.python.org/project/olefile"
+url="https://pypi.org/project/olefile"
arch="noarch"
-license="BSD-2-Clause Custom"
+# Certified net clean
+license="BSD-2-Clause AND Custom"
depends="python3"
makedepends="python3-dev unzip"
-install=""
-giturl="https://github.com/decalage2/olefile"
source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/source/o/$_pkgname/$_pkgname-$pkgver.zip"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -31,4 +30,4 @@ package() {
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}
-sha512sums="31f7584553304b186aad88f1988dfa12ceb34a50d546a38181280a816cfcda8dc54ff502afb31a928d647e6106c9e4878bfac8cec31d24018fdbab65c7007e49 py3-olefile-0.45.1.zip"
+sha512sums="2a19c443c1e4519680027ff557b5f737e6d0e707c1932a759ea85105717f4f6393149e0eb04589fe2b2b7e0c474042cfe34801faad38517799483b711001b4ac py3-olefile-0.46.zip"