summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWez Furlong2021-02-07 12:17:04 -0800
committerWez Furlong2021-02-07 12:17:04 -0800
commitf58fbcdc99f87ad59f576a0865b80f4a4e244ccb (patch)
tree76c26c1d166e138d4491120466db9b9e71cc421a
parentb5cc13cacdaa49d986c2c80f25d13bc9e29fdc93 (diff)
downloadaur-f58fbcdc99f87ad59f576a0865b80f4a4e244ccb.tar.gz
update for master -> main rename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f156415f731..5dd906bdce22 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 = 5
+ pkgrel = 6
url = https://wezfurlong.org/wezterm
arch = i686
arch = x86_64
@@ -19,9 +19,7 @@ pkgbase = wezterm-nightly-bin
conflicts = wezterm-bin
options = !strip
source = wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu16.04.AppImage
- source = LICENSE::https://github.com/wez/wezterm/raw/master/LICENSE.md
sha256sums = SKIP
- sha256sums = ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5
pkgname = wezterm-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 594056855206..6b012dfd0871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wezterm-nightly-bin
pkgver=20200517.122836.92c201c6.105.g5d508350
-pkgrel=5
+pkgrel=6
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,11 +25,9 @@ depends=(
)
source=(
"wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu16.04.AppImage"
- 'LICENSE::https://github.com/wez/wezterm/raw/master/LICENSE.md'
)
sha256sums=(
'SKIP'
- 'ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5'
)
prepare() {