summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-02-24 11:03:50 +0000
committerJonathon Fernyhough2018-02-24 11:03:50 +0000
commit4fe47d7c70bdaf5f336e61c9e653e3ea6de28c4c (patch)
tree00cbecdd192200837984c8ab2299141bde26d17a
parent6cf71495ab33a2e1bfbc6ff79ab50bd24d744c1a (diff)
downloadaur-4fe47d7c70bdaf5f336e61c9e653e3ea6de28c4c.tar.gz
And a stupid typo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2180e5b5aafb..81ce1901b6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgrel=1
pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
arch=(i686 x86_64)
license=('GPL')
-provides=("${pkgname/-git/"}")
-conflicts=("${pkgname/-git/"}")
+provides=("${pkgname/-git/}")
+conflicts=("${pkgname/-git/}")
depends=('cairo>=1.10.0'
'enchant>=2.0'
'gnome-common>=3.2.0'