summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bdcc3707ff..514eb8686933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by makepkg 5.0.0
+# Thu Feb 11 00:44:59 UTC 2016
pkgbase = libsexy3-git
pkgdesc = Custom Gtk3 widgets
pkgver = 1.1.0.r0.g2cdd4c6
@@ -17,6 +19,8 @@ pkgbase = libsexy3-git
makedepends = vala
depends = gtk3
depends = enchant
+ provides = libsexy3
+ conflicts = libsexy3
source = git+https://github.com/TingPing/libsexy3.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d2f30fb78a2..31e0c25c88ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc='Custom Gtk3 widgets'
arch=('i686' 'x86_64')
license=('GPL')
url='https://tingping.github.io/libsexy3'
+provides=('libsexy3')
+conflicts=('libsexy3')
depends=('gtk3' 'enchant')
makedepends=('iso-codes' 'autoconf' 'automake' 'libtool' 'pkgconfig'
'autoconf-archive' 'gtk-doc' 'gobject-introspection' 'vala')