summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-11-11 21:37:31 +0200
committerjonian2022-11-11 21:37:31 +0200
commit17ebea0c05dfce0308e3d234ab740f97035e7ea8 (patch)
tree02037b2ed277d627771a55e588c112d596eb48ad
parentd75686820fae8fcbcb17ede84ab185a6b290edc3 (diff)
downloadaur-17ebea0c05dfce0308e3d234ab740f97035e7ea8.tar.gz
version update to 2022111116
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 928308a4bd0f..8857d891b3f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulsar-bin
pkgdesc = Community build of the hackable text editor, built on Electron
- pkgver = 1.63.2022110914
+ pkgver = 1.63.2022111116
pkgrel = 1
url = https://github.com/pulsar-edit/pulsar
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pulsar-bin
optdepends = hunspell: spell check integration
provides = pulsar
conflicts = pulsar
- source = pulsar-1.63.2022110914.deb::https://api.cirrus-ci.com/v1/artifact/task/6569057452294144/binary/binaries/pulsar_1.63.2022110914_amd64.deb
- sha256sums = 02bd092fde552b4449266012ffc3067c473f7e41b4acb676399223dd8bbec2a6
+ source = pulsar-1.63.2022111116.deb::https://api.cirrus-ci.com/v1/artifact/task/5164010308370432/binary/binaries/pulsar_1.63.2022111116_amd64.deb
+ sha256sums = 49eb877093a19eb5f1902dc2e4b3d4e9f5b598dd63ad3d7dcfa109507c09064d
pkgname = pulsar-bin
diff --git a/PKGBUILD b/PKGBUILD
index ebea12b89d04..150c0200530a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_appname=pulsar
_reponame=pulsar-edit
-_tasktag=6569057452294144
-_datetag=2022110914
+_tasktag=5164010308370432
+_datetag=2022111116
pkgname="${_appname}-bin"
pkgver="1.63.${_datetag}"
@@ -23,7 +23,7 @@ optdepends=(
provides=("${_appname}")
conflicts=("${_appname}")
source=("${_appname}-${pkgver}.deb::https://api.cirrus-ci.com/v1/artifact/task/${_tasktag}/binary/binaries/${_appname}_${pkgver}_amd64.deb")
-sha256sums=('02bd092fde552b4449266012ffc3067c473f7e41b4acb676399223dd8bbec2a6')
+sha256sums=('49eb877093a19eb5f1902dc2e4b3d4e9f5b598dd63ad3d7dcfa109507c09064d')
prepare() {
bsdtar xf data.tar.xz
@@ -35,7 +35,7 @@ package() {
mv usr "$pkgdir"
# Cleanup specs. Remove if implemented upstream
- find "$pkgdir/opt/Pulsar/resources/app/apm" -type d -name "spec" -exec rm -rf {} +
+ find "$pkgdir/opt/Pulsar/resources/app/ppm" -type d -name "spec" -exec rm -rf {} +
find "$pkgdir/opt/Pulsar/resources/app.asar.unpacked" -type d -name "spec" -exec rm -rf {} +
# This needs removal along with asar makedepend when fixed upstream