summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2015-11-29 05:40:31 -0700
committerTaylor Smock2015-11-29 05:40:31 -0700
commit1b7494018ef1cf6c5dacce42f2353c68c7a020a0 (patch)
tree6bc8185304f55130e972b09cd9a8b716005fc33e
parentc6e2d51f98a64059ba9bee31ef2128c7c16900ae (diff)
downloadaur-1b7494018ef1cf6c5dacce42f2353c68c7a020a0.tar.gz
Added python-setuptools as makedepend
* Python-setuptools * Changelog
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt5
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fcb9235bee8..6d5ff5fc8824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-libusb1
pkgdesc = Pure python wrapper for libusb
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vpelletier/python-libusb1
changelog = changelog.txt
arch = any
license = GPL2
makedepends = python-distutils-extra
+ makedepends = python-setuptools
depends = python
depends = libusbx
conflicts = python-libusb1-git
diff --git a/PKGBUILD b/PKGBUILD
index aecae441f641..23f0c4a2d560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-libusb1
_pkgname=libusb1
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Pure python wrapper for libusb"
arch=('any')
url="https://github.com/vpelletier/${pkgname}"
license=('GPL2')
-makedepends=('python-distutils-extra')
+makedepends=('python-distutils-extra' 'python-setuptools')
depends=('python' 'libusbx')
optdepends=()
conflicts=("${pkgname}-git")
diff --git a/changelog.txt b/changelog.txt
index e69de29bb2d1..a3f01739f38f 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -0,0 +1,5 @@
+1.4.1-2
+ * Added python-setuptools
+
+1.4.1-1
+ * Initial aur release