summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2017-02-18 12:35:30 +0300
committerTimofey Titovets2017-02-18 12:35:30 +0300
commita9b1a260e2e8bac8676bc185e9d8b406275e7183 (patch)
tree34ed4b92814e86608861d6a74912580e93629b64
parente0dce00060a3ec7de9d9784bdbe6181137862b7d (diff)
downloadaur-a9b1a260e2e8bac8676bc185e9d8b406275e7183.tar.gz
Update
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb742aa7717e..02f7f411989f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 22:37:40 UTC 2017
+# Sat Feb 18 09:35:13 UTC 2017
pkgbase = python-binstruct
- pkgver = 1.0.0
+ pkgdesc = Library for read/write access of binary data via structures
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Jokymon/binstruct
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1eac4acd4d81..e09f403f8ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=python-binstruct
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
-pkgdesc=""
+pkgdesc="Library for read/write access of binary data via structures"
arch=('any')
url="https://github.com/Jokymon/binstruct"
license=('GPL3')
depends=()
makedepends=(python-pip)
md5sums=()
-#install=.install
package() {
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps binstruct
- python -O -m compileall "${pkgdir}/usr/lib/python3.5/site-packages/binstruct.py"
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps binstruct=="${pkgver}"
}