summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch The System2020-04-20 17:15:08 +0200
committerFanch The System2020-04-20 17:15:08 +0200
commitc1d1621922760ed78b93fe345288cc367d5e7d95 (patch)
tree44ce781422b82d80cec9fc5ec819768c887c87a9
parenta5e83dcbb2504c4ef4f24f44b196be8b2c6b8a5e (diff)
downloadaur-c1d1621922760ed78b93fe345288cc367d5e7d95.tar.gz
Update Version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1793d2405ee..9d5afe7729ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = leed
- pkgdesc = Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features.
+ pkgdesc = A minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features
pkgver = 1.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LeedRSS/Leed
install = leed.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1914aae04969..34bf1137d20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=leed
pkgver=1.8.4
-pkgrel=1
-pkgdesc="Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features."
+pkgrel=2
+pkgdesc="A minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features"
arch=(any)
url="https://github.com/LeedRSS/Leed"
license=("AGPL-3.0")
@@ -30,7 +30,7 @@ pkgver() {
package() {
### install leed
mkdir -p "${pkgdir}/usr/share/webapps/leed"
- cp -a Leed-$pkgver "${pkgdir}/usr/share/webapps/leed/."
+ cp -a Leed-$pkgver "${pkgdir}/usr/share/webapps/leed"
### default perm
find "${pkgdir}/usr/share/webapps/leed/" -type f -print0 | xargs -0 chmod 0640