summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHcra2019-02-18 09:31:43 +0100
committerHcra2019-02-18 09:31:43 +0100
commitce0bf89e39947bf1e25740f9527397207c9fd1f7 (patch)
tree9d2b992cc7ba676bef0f305483aafed62f27def5
parentc41179f0d1a7255999a27386c3cc644800289a86 (diff)
downloadaur-ce0bf89e39947bf1e25740f9527397207c9fd1f7.tar.gz
delete wrong path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50c3690dbe7..5c641c4db4bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qweborf-git
pkgdesc = Minimal HTTP server to share your files - Qt frontend
pkgver = 0.15
- pkgrel = 3
+ pkgrel = 4
url = https://ltworf.github.io/weborf/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 46942cd1a45f..5cf978af2aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qweborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=3
+pkgrel=4
pkgdesc="Minimal HTTP server to share your files - Qt frontend"
arch=(any)
url='https://ltworf.github.io/weborf/'
@@ -20,13 +20,13 @@ pkgver() {
}
build() {
- cd "$srcdir/$_pkgname-${pkgver}"
+ cd "$srcdir/$_pkgname"
pyuic5 qweborf/main.ui > qweborf/main.py
python qweborf.setup.py build
}
package() {
- cd "$srcdir/$_pkgname-${pkgver}"
+ cd "$srcdir/$_pkgname"
python qweborf.setup.py install --root="$pkgdir"
install -Dm 0755 qweborf/qweborf "$pkgdir/usr/bin/qweborf"
install -Dm 0755 qweborf/qweborf.desktop "$pkgdir/usr/share/applications/qweborf.desktop"