summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6adce9a98c..cf548c6cbb0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = medad
- pkgdesc = Content publisher
+ pkgdesc = Content publisher - Converts Markdown documents to HTML files and uploads them to the server
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://pattack.github.io/medad/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 89014b21a4b7..0d663e34c6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=medad
pkgver=1.0.0
-pkgrel=1
-pkgdesc="Content publisher"
+pkgrel=2
+pkgdesc="Content publisher - Converts Markdown documents to HTML files and uploads them to the server"
arch=('any')
url="https://pattack.github.io/medad/"
license=('GPL3')