summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-12-20 19:00:38 +0800
committerzxp198210052023-12-20 19:00:38 +0800
commit4e2d95df156b6fe34641c3a7935395478fc48bcb (patch)
treee1cfc42e822efa9d7e4d86f88f3263105f7cd79b
parent1b2dcd2f481f70063872811ce6bc5eaa9b284bf3 (diff)
downloadaur-4e2d95df156b6fe34641c3a7935395478fc48bcb.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec09fd151bda..3ed68f3524b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron-utils-bin
pkgdesc = Electron Utils for every day usage as a dev.
pkgver = 3.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/SamTV12345/DevRustPilot
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 04a2b0df9211..a3b68c3423d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=electron-utils-bin
pkgver=3.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Electron Utils for every day usage as a dev."
arch=('x86_64')
url='https://github.com/SamTV12345/DevRustPilot'
@@ -18,7 +18,9 @@ depends=(
'gtk3'
'hicolor-icon-theme'
)
-source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_0.0.0_amd64.deb")
+source=(
+ "${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_0.0.0_amd64.deb"
+)
sha256sums=('293213097856719ed5265a6d29783748c0da844b063eed0ab7314767e063e349')
build() {
bsdtar -xf "${srcdir}/data.tar.gz"