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 c8774f8b132f..afe315d4fe6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 22 20:59:23 UTC 2016
+# Mon May 15 18:41:54 UTC 2017
pkgbase = python2-camel
pkgdesc = Python serialization module
- pkgver = v0.1.r12.g7e2c6b7
+ pkgver = v0.1.1
pkgrel = 1
url = https://github.com/eevee/camel
arch = any
license = ISC
depends = python2-yaml
- source = git+https://github.com/eevee/camel.git#commit=7e2c6b7bf965c4e9d098d6c56594ca2c36b63aa8
+ source = git+https://github.com/eevee/camel.git#tag=v0.1.1
sha512sums = SKIP
pkgname = python2-camel
diff --git a/PKGBUILD b/PKGBUILD
index 96e18f0b897b..446e5f67d9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Kitsinger (SwooshyCueb) <root@swooshalicio.us>
pkgname=python2-camel
-pkgver=v0.1.r12.g7e2c6b7
+pkgver=v0.1.1
pkgrel=1
pkgdesc='Python serialization module'
arch=(any)
license=(ISC)
url="https://github.com/eevee/camel"
depends=(python2-yaml)
-source=('git+https://github.com/eevee/camel.git#commit=7e2c6b7bf965c4e9d098d6c56594ca2c36b63aa8')
+source=(git+https://github.com/eevee/camel.git#tag=${pkgver})
sha512sums=('SKIP')
package () {