summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'