summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2015-10-31 19:34:17 -0400
committerKeshav Amburay2015-10-31 19:35:05 -0400
commit68a2f6b4d7d27c92a1d6cb4642276eeaeea2bfe7 (patch)
tree9097bf63036eb14cd8a15201a78a000fe1f5b9c6
parent651409d134ec4bbd0ca667ff95633e2e7b9343d4 (diff)
downloadaur-68a2f6b4d7d27c92a1d6cb4642276eeaeea2bfe7.tar.gz
Fix pkg description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c7347c05c6a..d814c9329d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = xournalpp-git
- pkgdesc = C++ re-write of tablet notetaking app Xournal - GIT string_new branch
+ pkgdesc = C++ re-write of tablet notetaking app Xournal - GIT development branch
pkgver = 1.0.0.303.gd162281
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
diff --git a/PKGBUILD b/PKGBUILD
index 28909444a403..02f47483415e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="${_pkgname}-git"
pkgver=1.0.0.303.gd162281
pkgrel=1
-pkgdesc="C++ re-write of tablet notetaking app Xournal - GIT string_new branch"
+pkgdesc="C++ re-write of tablet notetaking app Xournal - GIT development branch"
arch=('i686' 'x86_64')
url="https://github.com/xournalpp/xournalpp"
license=('GPL3')