summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2024-03-03 12:15:39 +0100
committerasm0dey2024-03-03 12:15:39 +0100
commit55edea4812e2e7f5c376dde876065d62ab30c2ed (patch)
treec3ef858c5a1334ea3f64026c9d5e67dea8dfd64a
parent4d5caa44626c87b355b84428c9abfe99328a282a (diff)
downloadaur-55edea4812e2e7f5c376dde876065d62ab30c2ed.tar.gz
upgpkg: extraterm-bin 0.76.0-1
upstream release + change xz -> zst
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d66ed2f001..70b4c5c9e3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = extraterm-bin
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.74.0
+ pkgver = 0.76.0
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = extraterm-bin
depends = pango
depends = krb5
conflicts = extraterm
- source = https://github.com/sedwards2009/extraterm/releases/download/v0.74.0/extratermqt_0.74.0_amd64.deb
- sha256sums = e1b88c8338a26e60c99a92b63199988c7763a91e773bd0e925193e754f30cc8b
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.76.0/extratermqt_0.76.0_amd64.deb
+ sha256sums = 898f40b09e08c274141645af1ec7f0d3e949601548cc4c40f724720acb1cf304
pkgname = extraterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fd92413515c..a04066db1e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: derbetakevin <derbetakevin@outlook.de>
pkgname=extraterm-bin
_pkgname=extratermqt
-pkgver=0.74.0
+pkgver=0.76.0
pkgrel=1
conflicts=("extraterm")
pkgdesc="The swiss army chainsaw of terminal emulators."
@@ -13,11 +13,11 @@ depends=("nodejs" "qt6-svg" "gtk3" "hicolor-icon-theme"
"gdk-pixbuf2" "at-spi2-core" "cairo" "pango"
"krb5")
source=("$url/releases/download/v$pkgver/""${_pkgname}_""${pkgver}_amd64.deb")
-sha256sums=('e1b88c8338a26e60c99a92b63199988c7763a91e773bd0e925193e754f30cc8b')
+sha256sums=('898f40b09e08c274141645af1ec7f0d3e949601548cc4c40f724720acb1cf304')
package() {
cd "$srcdir"
- tar -xf data.tar.xz
+ tar -xf data.tar.zst
cp -r usr/ "$pkgdir"
cp -r opt/ "$pkgdir"