summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302019-09-08 15:42:24 +0200
committerM0Rf302019-09-08 15:42:24 +0200
commitf2b6f0f878a247df3e38070b33e86a762e5a247d (patch)
tree8328e5ae52cb4c97e2035e8cb565f9f3c43a0c68 /PKGBUILD
parent84267c3116ee42ad29ca4040c6f94f072aad3d00 (diff)
downloadaur-f2b6f0f878a247df3e38070b33e86a762e5a247d.tar.gz
pyload-git: updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c72166bc5fa7..204216e9de24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='pyload-git'
pkgver=v0.4.9.r4782.gd686d625b
-pkgrel=1
+pkgrel=2
pkgdesc="Downloadtool for One-Click-Hoster written in python. Latest stable branch"
url="https://github.com/pyload/pyload"
license=('GPL')
@@ -11,8 +11,8 @@ provides=('pyload')
conflicts=('pyload' 'pyload-hg')
backup=('var/lib/pyload/pyload.conf')
depends=('python' 'python-cheroot' 'python-cryptography' 'python-flask' 'python-flask-babel' 'python-filetype' 'python-flask-themes2' 'python-pycurl' 'python-requests-html' 'python-semver')
-makedepends=('git' 'python-setuptools' 'python-babel')
-install='pyload-git.install'
+makedepends=('git' 'python-jinja' 'python-setuptools')
+#install='pyload-git.install'
source=("$pkgname::git+https://github.com/pyload/pyload.git"
'pyload.service')
@@ -39,7 +39,6 @@ package() {
# Create PyLoad service
install -D -m 644 ${srcdir}/pyload.service ${pkgdir}/usr/lib/systemd/system/pyload.service
- install -D -m 644 ${srcdir}/pyload.conf ${pkgdir}/var/lib/pyload/pyload.conf
}
md5sums=('SKIP'