summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-06-22 21:49:47 -0400
committerVincent Grande2020-06-22 21:49:47 -0400
commit128933e0254095b6ad9a513f23e6c81f740d24dc (patch)
tree628f3ae7d381397047e89946b01c452c6493f209
parent8bc97a1794233d6e1b2ebeee8279f0c88a35e3b6 (diff)
downloadaur-128933e0254095b6ad9a513f23e6c81f740d24dc.tar.gz
whoops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6f64967fa2..a89c60c75ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,8 @@ pkgbase = lib32-gtk2-git
depends = lib32-libxcomposite
depends = lib32-libxdamage
depends = gtk2
+ provides = lib32-gtk2
+ conflicts = lib32-gtk2
source = git+https://gitlab.gnome.org/GNOME/gtk.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 78d8201013bc..2570db3fb87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ pkgdesc="GObject-based multi-platform GUI toolkit (legacy) (32-bit)"
arch=('x86_64')
url="https://www.gtk.org/"
install=gtk2.install
+provides=(lib32-gtk2)
+conflicts=(lib32-gtk2)
depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','gdk-pixbuf2>=2.22.1'}
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
$_pkgbasename)