summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-05-25 11:20:29 -0400
committerSolomon Choina2018-05-25 11:20:29 -0400
commitb76617a25c66b2332d56a7a00ba5c8a86a391d41 (patch)
treec97477851b0b14b41c655e5ef98660ee6cba6e08
parent3b25539185fa21e5a1c344d7451389ef603f4054 (diff)
downloadaur-b76617a25c66b2332d56a7a00ba5c8a86a391d41.tar.gz
extraterm no longer build 32bit
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a86a8b2561..03f3380b0d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = extraterm
pkgdesc = The swiss army chainsaw of terminal emulators.
- pkgver = 0.34.0
+ pkgver = 0.35.0
pkgrel = 1
url = https://github.com/sedwards2009/extraterm
- arch = i686
arch = x86_64
license = MIT
depends = nodejs
- source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.34.0/extraterm-0.34.0-linux-ia32.zip
- sha256sums_i686 = 2df9e8ed163b0b66183bcd3e038c11254e42e909c2e9b57102d90ccf90cb068f
- source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.34.0/extraterm-0.34.0-linux-x64.zip
- sha256sums_x86_64 = f8b5f17cf1b0c6b623f03bc46b78045f53874ca86fc40f11bb85cf2c51b7cbff
+ source = https://github.com/sedwards2009/extraterm/releases/download/v0.35.0/extraterm-0.35.0-linux-x64.zip
+ sha256sums = aa67e3d9ed4345761cc26cca5a96d8def1e79cb744bc73e680f79d9845172276
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index 4d1dd4c755e6..12eecb88a65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
# Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.34.0
+pkgver=0.35.0
pkgrel=1
pkgdesc="The swiss army chainsaw of terminal emulators."
-arch=("i686" "x86_64")
+arch=("x86_64")
url="https://github.com/sedwards2009/extraterm"
license=("MIT")
depends=("nodejs")
-source_i686=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-ia32.zip")
-source_x86_64=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-x64.zip")
-sha256sums_i686=('2df9e8ed163b0b66183bcd3e038c11254e42e909c2e9b57102d90ccf90cb068f')
-sha256sums_x86_64=('f8b5f17cf1b0c6b623f03bc46b78045f53874ca86fc40f11bb85cf2c51b7cbff')
+source=("$url/releases/download/v$pkgver/extraterm-$pkgver-linux-x64.zip")
+sha256sums=('aa67e3d9ed4345761cc26cca5a96d8def1e79cb744bc73e680f79d9845172276')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"