summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHcra2019-02-18 10:33:10 +0100
committerHcra2019-02-18 10:33:10 +0100
commitb4ad8514e8d23e5794f109998eeb11513a826d70 (patch)
tree560a371ffd355fa947c3499fd1a02c4955e51be1
parent00f6d4e9c3970b6c2965e607b39fb79ca3eb6818 (diff)
downloadaur-b4ad8514e8d23e5794f109998eeb11513a826d70.tar.gz
typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673925d9fc85..d2586eb6ceac 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 = 6
+ pkgrel = 7
url = https://ltworf.github.io/weborf/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index aac342530b4c..6ff226434e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qweborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=6
+pkgrel=7
pkgdesc="Minimal HTTP server to share your files - Qt frontend"
arch=(any)
url='https://ltworf.github.io/weborf/'
@@ -22,7 +22,6 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- #autoreconf -f -i
pyuic5 qweborf/qweborf/main.ui > qweborf/main.py
python qweborf/setup.py build
}
@@ -30,6 +29,6 @@ build() {
package() {
cd "$srcdir/$_pkgname"
python build/lib/qweborf/setup.py install --root="$pkgdir"
- install -Dm 0755 qwebrof/qweborf/qweborf "$pkgdir/usr/bin/qweborf"
+ install -Dm 0755 qweborf/qweborf/qweborf "$pkgdir/usr/bin/qweborf"
#install -Dm 0755 qwebrof/qweborf/qweborf.desktop "$pkgdir/usr/share/applications/qweborf.desktop"
}