summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Batenev2016-02-04 00:20:23 +0300
committerAnton Batenev2016-02-04 00:20:23 +0300
commit52fb050083edccd881527e8dc8b15df456d12998 (patch)
tree7fac10c4b8eb7fe6675e9a34a889f8f3db2fbdb9
parent67dad529ed5668f6663223dab60b5f26eee7a7d5 (diff)
downloadaur-52fb050083edccd881527e8dc8b15df456d12998.tar.gz
v0.0.19-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c570db3be5d4..92abf81b0ac2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,21 +3,15 @@
pkgbase = python-toxcore
pkgdesc = Python binding for ToxCore
pkgver = 0.0.19
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abbat/pytoxcore
arch = i686
arch = x86_64
license = GPL-3
makedepends = git
makedepends = python
- makedepends = libvpx
- makedepends = opus
- makedepends = libsodium
makedepends = toxcore
depends = python
- depends = libvpx
- depends = opus
- depends = libsodium
depends = toxcore
source = git+https://github.com/abbat/pytoxcore.git#tag=v0.0.19
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d9d0f6b7a237..5d3eaa53d922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-toxcore
pkgver=0.0.19
-pkgrel=1
+pkgrel=2
pkgdesc="Python binding for ToxCore"
arch=('i686' 'x86_64')
url="https://github.com/abbat/pytoxcore"
license=('GPL-3')
-depends=('python' 'libvpx' 'opus' 'libsodium' 'toxcore')
-makedepends=('git' 'python' 'libvpx' 'opus' 'libsodium' 'toxcore')
+depends=('python' 'toxcore')
+makedepends=('git' 'python' 'toxcore')
source=("git+https://github.com/abbat/pytoxcore.git#tag=v${pkgver}")
sha512sums=('SKIP')