summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2016-04-04 19:47:23 -0600
committerTaylor Smock2016-04-04 19:49:12 -0600
commit39f58ab12fbd103fd7073bfd1248351aeb354458 (patch)
treeaff56b19c0353183d1e822dbf35300e787e2ed78
parent1b7494018ef1cf6c5dacce42f2353c68c7a020a0 (diff)
downloadaur-39f58ab12fbd103fd7073bfd1248351aeb354458.tar.gz
Fix changelog error in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5ff5fc8824..5a47947ba477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Apr 5 01:48:32 UTC 2016
pkgbase = python-libusb1
pkgdesc = Pure python wrapper for libusb
pkgver = 1.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vpelletier/python-libusb1
changelog = changelog.txt
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 23f0c4a2d560..d5ab8629602a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-libusb1
_pkgname=libusb1
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Pure python wrapper for libusb"
arch=('any')
url="https://github.com/vpelletier/${pkgname}"
@@ -11,7 +11,7 @@ makedepends=('python-distutils-extra' 'python-setuptools')
depends=('python' 'libusbx')
optdepends=()
conflicts=("${pkgname}-git")
-changelog=('changelog.txt')
+changelog='changelog.txt'
source=("git+https://github.com/vpelletier/${pkgname}.git")
md5sums=('SKIP')