summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-11-14 22:46:59 +0200
committerJonian Guveli2018-11-14 22:46:59 +0200
commit101ff8d6a571181a93248e4007c938c9950b2788 (patch)
tree3b46a804f8bd9dc450d9071fcd0fb6eaa3171284
parent630633e644b6e30b22264b632db04fbae86e7cd1 (diff)
downloadaur-101ff8d6a571181a93248e4007c938c9950b2788.tar.gz
skip-build on package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c582413408..c835ef1cefbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-acestream
pkgdesc = Python interface to interact with the AceStream Engine and the HTTP API
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/python-acestream
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 402573a09271..70e9a374f15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to interact with the AceStream Engine and the HTTP API"
arch=("any")
url="https://github.com/jonian/python-acestream"
@@ -19,5 +19,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
+ python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
}