Ver Fonte

uppkg -> 20.0.3-2: rebuild for new libFLAC library

Noah Vogt há 2 anos atrás
pai
commit
04abdc602e
2 ficheiros alterados com 4 adições e 2 exclusões
  1. 3 1
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 3 - 1
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = electron-xdg
 	pkgdesc = Build cross platform desktop apps with web technologies - without creating a useless ~/.pki directory
 	pkgver = 20.0.3
-	pkgrel = 1
+	pkgrel = 2
 	url = https://electronjs.org/
 	arch = x86_64
 	license = MIT
@@ -42,7 +42,9 @@ pkgbase = electron-xdg
 	optdepends = trash-cli: file deletion support (trash-put)
 	optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open)
 	provides = electron20
+	provides = electron
 	conflicts = electron20
+	conflicts = electron
 	options = !lto
 	source = git+https://github.com/electron/electron.git
 	source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main

+ 1 - 1
PKGBUILD

@@ -8,7 +8,7 @@ _commit=a85ad0ea38bdc07968a3e28697d2606831b33e64
 _chromiumver=104.0.5112.81
 _gcc_patchset=2
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then