From 757d9a805684e8d3c062593f22acd75a429c52d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B8dseth?= Date: Mon, 3 Jun 2019 14:36:11 +0000 Subject: [PATCH] upgpkg: 1.1-1 --- PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index dccc77b..956e49c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Alexander F. Rødseth pkgname=sway -pkgver=1.0 -pkgrel=8 +pkgver=1.1 +pkgrel=1 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -11,9 +11,9 @@ license=(MIT) depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots) makedepends=(meson ninja scdoc wayland-protocols) optdepends=( - 'dmenu: for launching applications' - 'i3status: display a status line' - 'rxvt-unicode: default terminal emulator' + 'dmenu: for launching applications' + 'i3status: display a status line' + 'rxvt-unicode: default terminal emulator' 'xorg-server-xwayland: X11 support' ) validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault @@ -21,7 +21,7 @@ source=( "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz" "https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig" ) -sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56' +sha256sums=('2aeed6589b770acf18179c711a777c8defa93b14b2daaec6f2e06dc2940e5453' 'SKIP') build() {