summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2021-11-04 18:25:13 -0600
committerFelipe Contreras2021-11-04 18:25:13 -0600
commitfc4a0a3cac9d963db466069bc243cff245c328c8 (patch)
tree4573c9c998a988018f8cb0f3598bb968f7d2a6f5
parent5c1bff85f68114c8b7a3fe4c85bafb6a9927c9ed (diff)
downloadaur-fc4a0a3cac9d963db466069bc243cff245c328c8.tar.gz
Don't depend on exact vte-common version
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 104d97801952..97bd595713f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=("git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver"
sha256sums=('SKIP'
'582edbac0c92cb023a4c0a8f70cb74c85606c139ab8c8f83f6093a21e3033a5c')
-depends+=("vte-common=$pkgver")
+depends+=(vte-common)
provides=("vte3=$pkgver" libvte-2.91.so)
conflicts=(vte3)