summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer kel2017-01-03 14:45:24 +0800
committerquininer kel2017-01-03 14:45:24 +0800
commit283c3f1f2a38023558e535f6e547f107455a0e94 (patch)
tree2955030608fafdb7fcc8c56eee88c3e7e8190e2c
parent859e6e865443696380cdb9cd1930f0ced520067b (diff)
downloadaur-283c3f1f2a38023558e535f6e547f107455a0e94.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d9fb8cdd97..f82f70ba680e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Dec 12 09:21:35 UTC 2016
+# Tue Jan 3 06:45:19 UTC 2017
pkgbase = alacritty-git
- pkgdesc = WORK IN PROGRESS - a terminal
- pkgver = 0.1.0.222
+ pkgdesc = A cross-platform, GPU enhanced terminal emulator
+ pkgver = 0.1.0.266
pkgrel = 1
url = https://github.com/jwilm/alacritty
arch = x86_64
arch = i686
license = Apache-2.0
makedepends = cargo
+ optdepends = xclip: X clipboard support
provides = alacritty
conflicts = alacritty
source = alacritty-git::git+https://github.com/jwilm/alacritty.git
diff --git a/PKGBUILD b/PKGBUILD
index c5c29c6bcf41..fd425dac771a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=alacritty-git
-pkgver=0.1.0.222
+pkgver=0.1.0.266
pkgrel=1
-pkgdesc="WORK IN PROGRESS - a terminal"
+pkgdesc="A cross-platform, GPU enhanced terminal emulator"
arch=('x86_64' 'i686')
url="https://github.com/jwilm/alacritty"
license=('Apache-2.0')
depends=()
makedepends=('cargo')
-optdepends=()
+optdepends=("xclip: X clipboard support")
provides=('alacritty')
conflicts=('alacritty')
source=($pkgname::git+https://github.com/jwilm/alacritty.git)