[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 12 01:10:45 UTC 2020


    Date: Saturday, September 12, 2020 @ 01:10:44
  Author: heftig
Revision: 395800

add conflicts and replaces

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 01:08:53 UTC (rev 395799)
+++ PKGBUILD	2020-09-12 01:10:44 UTC (rev 395800)
@@ -78,6 +78,8 @@
 package_gst-plugins-bad-libs() {
   pkgdesc="${pkgdesc% plugins}"
   provides=("gst-transcoder=$pkgver")
+  conflicts=("gst-transcoder<1.18.0")
+  replaces=("gst-transcoder<1.18.0")
 
   DESTDIR="$pkgdir" meson install -C build
 



More information about the arch-commits mailing list