summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-02-24 11:03:18 +0000
committerJonathon Fernyhough2018-02-24 11:03:18 +0000
commit6cf71495ab33a2e1bfbc6ff79ab50bd24d744c1a (patch)
tree0e163efaa2b22a93afd0111494fbb7c5af72c667
parentf7a7598c47d01beceed2175cc52f1a9825861282 (diff)
downloadaur-6cf71495ab33a2e1bfbc6ff79ab50bd24d744c1a.tar.gz
Add a missed file save (provides, conflicts)...
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f41950a29e13..2180e5b5aafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Previous Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gtkhtml4-git
-_pkgname=gtkhtml4
_pkgbasename=gtkhtml
pkgver=latest
pkgrel=1
pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
arch=(i686 x86_64)
license=('GPL')
+provides=("${pkgname/-git/"}")
+conflicts=("${pkgname/-git/"}")
depends=('cairo>=1.10.0'
'enchant>=2.0'
'gnome-common>=3.2.0'