summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHcra2019-02-18 12:46:53 +0100
committerHcra2019-02-18 12:46:53 +0100
commit8e8a722d6cdf2aa9a6e8f1ea5051abbe7e03a799 (patch)
treed573369c47506b731b0f309bbea2eac1dd8177d8
parent2671c155bb8c4d9622532dfaa6c1d4fbdf42550d (diff)
downloadaur-8e8a722d6cdf2aa9a6e8f1ea5051abbe7e03a799.tar.gz
typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f36ba7a5d4..ef352c72584f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weborf-git
- pkgdesc = Minimal HTTP server to share your files.
+ pkgdesc = Minimal HTTP server to share your files
pkgver = 0.15
- pkgrel = 3
+ pkgrel = 4
url = https://ltworf.github.io/weborf/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b3685a789a34..706707a002db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=weborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=3
-pkgdesc="Minimal HTTP server to share your files."
+pkgrel=4
+pkgdesc="Minimal HTTP server to share your files"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://ltworf.github.io/weborf/'
license=(GPL3)