summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-04-05 22:33:11 +0200
committerFabioLolix2018-04-05 22:33:11 +0200
commit85a42467b6ed871d004b8ae24ff26132a7d0a3f2 (patch)
tree3ed3b4697bc4debe19b589daa01e848a713593ee
parentd03e8eda1e84c9495f362fce7dd996599abd8c66 (diff)
downloadaur-85a42467b6ed871d004b8ae24ff26132a7d0a3f2.tar.gz
v0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bd2efbb1068..203bde313f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL based terminal emulator
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 1
url = https://github.com/kovidgoyal/kitty
arch = i686
@@ -25,8 +25,8 @@ pkgbase = kitty
provides = kitty
conflicts = kitty
conflicts = kitty-git
- source = https://github.com/kovidgoyal/kitty/archive/v0.8.3.tar.gz
- md5sums = f4a6f92ac48e67eff0dc56364a99ae22
+ source = kitty-0.8.4.tar.gz::https://github.com/kovidgoyal/kitty/archive/v0.8.4.tar.gz
+ md5sums = c2108accac1ec39937261837f0216fbd
pkgname = kitty
diff --git a/PKGBUILD b/PKGBUILD
index 2c28848da65c..cd3a1d199deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maximilian Kindshofer <maximilian@kindshofer.net>
pkgname=kitty
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 'libxra
optdepends=('imagemagick: viewing images with icat')
provides=('kitty')
conflicts=('kitty' 'kitty-git')
-source=("https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('f4a6f92ac48e67eff0dc56364a99ae22')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('c2108accac1ec39937261837f0216fbd')
build() {
cd "$srcdir/$pkgname-$pkgver"