summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-08-23 02:05:02 +0100
committergrufo2021-08-23 02:05:02 +0100
commit65fa88e19af8031421412cc5c5585f9ab6134ea3 (patch)
treeb441b91e0edc9bd0a0358bfa0d52a3d795d25d22
parent3882691c3f0504078dca6bf06106c66d841b8347 (diff)
downloadaur-65fa88e19af8031421412cc5c5585f9ab6134ea3.tar.gz
Use the upstream motto for `$pkgdesc`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24dc7c1161c..85a3b92626a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = gnunet-python-git
- pkgdesc = Python bindings for GNUnet
+ pkgdesc = GNUnet Python bindings
pkgver = r44.a3707a2
pkgrel = 1
url = http://gnunet.org
diff --git a/PKGBUILD b/PKGBUILD
index 6d3aa1940c88..14610139cf02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _modname="${_appname}-python"
pkgname="${_modname}-git"
pkgver='r44.a3707a2'
pkgrel=1
-pkgdesc='Python bindings for GNUnet'
+pkgdesc='GNUnet Python bindings'
arch=('any')
url="http://${_appname}.org"
license=('GPL')