summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWez Furlong2021-09-27 08:25:12 -0700
committerWez Furlong2021-09-27 08:25:12 -0700
commit2d42f2c2db24305bcaba9c6aa98c7376ac25e547 (patch)
tree7ebf3b3ff5f95dc05b770af2a9e80d1c6d021de0
parentf123535117da1b1805e4c97e445bd54203dd4e5f (diff)
downloadaur-2d42f2c2db24305bcaba9c6aa98c7376ac25e547.tar.gz
update for ubuntu 16 EOL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149b4ea3f364..8018171f1ccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wezterm-nightly-bin
pkgdesc = Bleeding edge builds of a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust
pkgver = 20200517.122836.92c201c6.105.g5d508350
- pkgrel = 8
+ pkgrel = 9
url = https://wezfurlong.org/wezterm
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = wezterm-nightly-bin
provides = wezterm
conflicts = wezterm-bin
options = !strip
- source = wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu16.04.AppImage
+ source = wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu18.04.AppImage
sha256sums = SKIP
pkgname = wezterm-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4bfe59d128f8..8d2507254d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wezterm-nightly-bin
pkgver=20200517.122836.92c201c6.105.g5d508350
-pkgrel=8
+pkgrel=9
pkgdesc='Bleeding edge builds of a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust'
arch=('i686' 'x86_64')
url='https://wezfurlong.org/wezterm'
@@ -25,7 +25,7 @@ depends=(
'xcb-util-wm'
)
source=(
- "wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu16.04.AppImage"
+ "wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu18.04.AppImage"
)
sha256sums=(
'SKIP'