summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-02-13 17:47:33 -0500
committerSolomon Choina2018-02-13 17:47:33 -0500
commit66c6c8bcc70020c8dfc61b81fdb6edd212aa20a5 (patch)
tree528d9b3ba58a58607d2f15996a6f2079b9cb9c16
parent530df29985585381957d2a3099a93b03132f60e8 (diff)
downloadaur-66c6c8bcc70020c8dfc61b81fdb6edd212aa20a5.tar.gz
updating pkgver
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883195eb9b36..da00f01e3202 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Oct 11 21:46:30 UTC 2017
+# Tue Feb 13 22:47:30 UTC 2018
pkgbase = extraterm
- pkgdesc = The swiss army chainsaw of terminal emulators .
- pkgver = 0.29.1
- pkgrel = 2
+ pkgdesc = The swiss army chainsaw of terminal emulators.
+ pkgver = 0.29.2
+ 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.29.1/extraterm-0.29.1-linux-ia32.zip
- sha256sums_i686 = ec1b81547ed8c0e83409624c88b471819a9fc9c27252dc20d796d3ef55c5162d
- source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.29.1/extraterm-0.29.1-linux-x64.zip
- sha256sums_x86_64 = 0cdce9e4d68a659d4d89f87ff0e46b7204a145148a17cc8e7bebd0ae03afe690
+ source_i686 = https://github.com/sedwards2009/extraterm/releases/download/v0.29.2/extraterm-0.29.2-linux-ia32.zip
+ sha256sums_i686 = 0a9a153335714892b9c8357826f9f4f3ee862c467a7e480c054ffa0d4211e9b2
+ source_x86_64 = https://github.com/sedwards2009/extraterm/releases/download/v0.29.2/extraterm-0.29.2-linux-x64.zip
+ sha256sums_x86_64 = 9f0a36908c064c039c5e28e2e9c6c2d07df00c0fe1ad591f6914b0a63a757007
pkgname = extraterm
diff --git a/PKGBUILD b/PKGBUILD
index e87ce4d05deb..cc9f6d8ac040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
- # Maintainer: danyf90 <daniele.formichelli@gmail.com>
-# Contributor: mac <poczciwiec at gmail dot com>
-
+ # Maintainer: solaraquarion <shlomochoina@gmial.com>
pkgname=extraterm
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="The swiss army chainsaw of terminal emulators . "
+pkgver=0.29.2
+pkgrel=1
+pkgdesc="The swiss army chainsaw of terminal emulators."
arch=("i686" "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=('ec1b81547ed8c0e83409624c88b471819a9fc9c27252dc20d796d3ef55c5162d')
-sha256sums_x86_64=('0cdce9e4d68a659d4d89f87ff0e46b7204a145148a17cc8e7bebd0ae03afe690')
+sha256sums_i686=('0a9a153335714892b9c8357826f9f4f3ee862c467a7e480c054ffa0d4211e9b2')
+sha256sums_x86_64=('9f0a36908c064c039c5e28e2e9c6c2d07df00c0fe1ad591f6914b0a63a757007')
prepare(){
rm -rf "$srcdir/$pkgname-$pkgver"