summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-16 17:18:03 -0400
committerGuillaume Horel2017-03-16 17:18:03 -0400
commitc2b77af1c176bc422cc7af92d13da53840d636a3 (patch)
tree1b85d3ea4a3b1fb193667b1fbda1860e8d14edb7
parentb0d07ca9607d3a4a113ae4cefa5d57a3cf535c50 (diff)
downloadaur-c2b77af1c176bc422cc7af92d13da53840d636a3.tar.gz
fix dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 221024f1bd3d..1a153a473841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-snappy
pkgdesc = Python bindings for the snappy compression library.
pkgver = 0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/andrix/python-snappy
arch = i686
arch = x86_64
license = BSD
- makedepends = snappy
depends = python
+ depends = snappy
source = https://pypi.python.org/packages/70/fa/621594e313b2b9074585af63668f7a31839c4e4d69df536ab592e6e1e353/python-snappy-0.5.tar.gz
source = https://patch-diff.githubusercontent.com/raw/andrix/python-snappy/pull/38.patch
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 24f9192eddce..cce7f5883f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-snappy')
pkgver='0.5'
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for the snappy compression library."
url="https://github.com/andrix/python-snappy"
-depends=('python')
-makedepends=('snappy')
+depends=('python' 'snappy')
license=('BSD')
arch=('i686' 'x86_64')
source=("https://pypi.python.org/packages/70/fa/621594e313b2b9074585af63668f7a31839c4e4d69df536ab592e6e1e353/python-snappy-0.5.tar.gz"