summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed68f3524b3..d0c14913f8ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,11 @@
pkgbase = electron-utils-bin
pkgdesc = Electron Utils for every day usage as a dev.
pkgver = 3.3.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/SamTV12345/DevRustPilot
arch = x86_64
- license = custom
- depends = libsoup
- depends = gdk-pixbuf2
+ license = LicenseRef-custom
depends = webkit2gtk
- depends = pango
- depends = openssl-1.1
- depends = cairo
depends = gtk3
depends = hicolor-icon-theme
provides = electron-utils=3.3.0
diff --git a/PKGBUILD b/PKGBUILD
index a3b68c3423d6..f0812e43a87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,15 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=electron-utils-bin
pkgver=3.3.0
-pkgrel=5
+pkgrel=6
pkgdesc="Electron Utils for every day usage as a dev."
arch=('x86_64')
url='https://github.com/SamTV12345/DevRustPilot'
-license=('custom')
+license=('LicenseRef-custom')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'libsoup'
- 'gdk-pixbuf2'
'webkit2gtk'
- 'pango'
- 'openssl-1.1'
- 'cairo'
'gtk3'
'hicolor-icon-theme'
)
@@ -23,7 +18,7 @@ source=(
)
sha256sums=('293213097856719ed5265a6d29783748c0da844b063eed0ab7314767e063e349')
build() {
- bsdtar -xf "${srcdir}/data.tar.gz"
+ bsdtar -xf "${srcdir}/data."*
}
package() {
install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"