summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6b15d6968d..cccc771e99b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = privatebin
+ pkgdesc = a minimalist, open source online pastebin where the server has zero knowledge of pasted data
pkgver = 1.1
pkgrel = 1
url = https://privatebin.info
diff --git a/PKGBUILD b/PKGBUILD
index e5683b6995fa..1f81c83a72eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=privatebin
pkgver=1.1
pkgrel=1
-description="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
+pkgdesc="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
url='https://privatebin.info'
arch=("any")
license=("zlib")