summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Batenev2016-02-15 19:06:13 +0300
committerAnton Batenev2016-02-15 19:06:13 +0300
commit92c5023ec2a2a47bd3dce2edf9151925e6d3e3c3 (patch)
treeba21015e19d41b59298cf57d1cadcb57621a4106
parent52fb050083edccd881527e8dc8b15df456d12998 (diff)
downloadaur-92c5023ec2a2a47bd3dce2edf9151925e6d3e3c3.tar.gz
v0.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92abf81b0ac2..85b1cdac629f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Wed Feb 3 23:35:47 MSK 2016
+# Mon Feb 15 18:42:54 MSK 2016
pkgbase = python-toxcore
pkgdesc = Python binding for ToxCore
- pkgver = 0.0.19
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/abbat/pytoxcore
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-toxcore
makedepends = toxcore
depends = python
depends = toxcore
- source = git+https://github.com/abbat/pytoxcore.git#tag=v0.0.19
+ source = git+https://github.com/abbat/pytoxcore.git#tag=v0.1.1
sha512sums = SKIP
pkgname = python-toxcore
diff --git a/PKGBUILD b/PKGBUILD
index 5d3eaa53d922..8043ed2f774b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Anton Batenev <antonbatenev@yandex.ru>
pkgname=python-toxcore
-pkgver=0.0.19
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Python binding for ToxCore"
arch=('i686' 'x86_64')
url="https://github.com/abbat/pytoxcore"