summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2018-03-05 09:41:50 -0500
committerGI_Jack2018-03-05 09:41:50 -0500
commit5e66f80c6b0347427bcd0a8f404b85276fe2ae90 (patch)
tree9852f9a7bfa339a2bd3f3d3bb861c0946110ae75
parentc8741b3f48026cc8d765a74d9d2902115099341b (diff)
downloadaur-5e66f80c6b0347427bcd0a8f404b85276fe2ae90.tar.gz
version bamp - 2.1.0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdbddf29cebe..dfe99cb59606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 28 01:22:48 UTC 2017
+# Mon Mar 5 14:41:45 UTC 2018
pkgbase = python2-cybox
pkgdesc = A Python library for parsing and generating CybOX 2.1.0 content.
- pkgver = 2.1.0.14
+ pkgver = 2.1.0.17
pkgrel = 1
url = https://github.com/CybOXProject/python-cybox
arch = any
license = custom
makedepends = python2-setuptools
depends = python2
- source = https://github.com/CybOXProject/python-cybox/archive/v2.1.0.14.tar.gz
- sha512sums = 80bdbf1db78f62017708aac8b0df7ca2833a167991cff8c73117533f3fd1519b60d122c93730abc3e80386bbd72e52aa469335759dc928d922313b6bb69fe40a
+ source = https://github.com/CybOXProject/python-cybox/archive/v2.1.0.17.tar.gz
+ sha512sums = e9b6cee6bcd7703c758a55a76424882b8d7e14fe4cdcfa8bdfe64e3613a9b02a26714f529e8a42d99c665f2aec7b5adedfe81467535a44c6bbbf1995ea9c7a9d
pkgname = python2-cybox
diff --git a/PKGBUILD b/PKGBUILD
index 4c4b263cf31d..e0cc3ae76bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
buildarch=1
pkgname=python2-cybox
-pkgver=2.1.0.14
+pkgver=2.1.0.17
pkgrel=1
pkgdesc="A Python library for parsing and generating CybOX 2.1.0 content."
url="https://github.com/CybOXProject/python-cybox"
@@ -14,7 +14,7 @@ makedepends=('python2-setuptools')
license=('custom')
arch=('any')
source=("https://github.com/CybOXProject/python-cybox/archive/v${pkgver}.tar.gz")
-sha512sums=('80bdbf1db78f62017708aac8b0df7ca2833a167991cff8c73117533f3fd1519b60d122c93730abc3e80386bbd72e52aa469335759dc928d922313b6bb69fe40a')
+sha512sums=('e9b6cee6bcd7703c758a55a76424882b8d7e14fe4cdcfa8bdfe64e3613a9b02a26714f529e8a42d99c665f2aec7b5adedfe81467535a44c6bbbf1995ea9c7a9d')
build() {
cd python-cybox-"${pkgver}"