summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouis Jencka2015-11-22 15:46:51 -0700
committerLouis Jencka2015-11-22 15:46:51 -0700
commit3f046fc86fbd12223d8a60fbc89fd51b2b0303f1 (patch)
tree587442e63c436fe2cc194467ed81d7e5efcb8e13 /PKGBUILD
parentf5eb769b584ee37788b4251b984459f056cef48a (diff)
downloadaur-3f046fc86fbd12223d8a60fbc89fd51b2b0303f1.tar.gz
Fix breaking pkgdescs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f818ebf0790..d9951daa7285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,7 @@ build() {
}
package_uzbl-core-next-git() {
- pkgdesc="Webpage interface component meant for integration with other tools
- and scripts"
+ pkgdesc="Webpage interface component meant for integration with other tools and scripts"
provides=("uzbl-core")
conflicts=("uzbl-core")
optdepends=("socat: to interface with the socket"
@@ -69,8 +68,7 @@ package_uzbl-browser-next-git() {
}
package_uzbl-tabbed-next-git() {
- pkgdesc="Tabbing manager providing multiple uzbl-browser instances in 1
- window"
+ pkgdesc="Tabbing manager providing multiple uzbl-browser instances in 1 window"
arch=("any")
depends=("uzbl-core-next-git=$pkgver"
"python2")