summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-09 22:09:39 +0300
committerorhun2020-12-09 22:09:39 +0300
commite745a6b3c5c2c4d26f682c9241a7614ef96cbc66 (patch)
tree7234872c7ccb13830cd382a44ecb6e2c4e2726a0
parentc8dc41bd8fbcc997019c640554c3497a4b2fc3f1 (diff)
downloadaur-e745a6b3c5c2c4d26f682c9241a7614ef96cbc66.tar.gz
upgpkg: wtftw 1.2-2
Update source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ad587be2cb..1ca2b57bcd08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = wtftw
pkgdesc = Window Tiling For The Win. A tiling window manager written in Rust
pkgver = 1.2
- pkgrel = 1
- url = https://github.com/orhun/wtftw
+ pkgrel = 2
+ url = https://github.com/Kintaro/wtftw
arch = i686
arch = x86_64
license = BSD
@@ -10,7 +10,7 @@ pkgbase = wtftw
depends = xorg-xmessage
depends = libxinerama
depends = gcc-libs
- source = wtftw-1.2.tar.gz::https://github.com/orhun/wtftw/archive/1.2.1.tar.gz
+ source = wtftw-1.2.tar.gz::https://github.com/Kintaro/wtftw/archive/1.2.1.tar.gz
md5sums = fc937342074634cf348a7a1a6aa85bdc
pkgname = wtftw
diff --git a/PKGBUILD b/PKGBUILD
index 3351d7da284c..411fb1228d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
-# Maintainer: orhun <orhunparmaksiz@gmail.com>
+# Contributor: orhun <orhunparmaksiz@gmail.com>
# Contributor: Vlad M. <vlad@archlinux.net>
-# https://github.com/orhun/pkgbuilds
pkgname=wtftw
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Window Tiling For The Win. A tiling window manager written in Rust'
arch=('i686' 'x86_64')
-url="https://github.com/orhun/wtftw"
+url="https://github.com/Kintaro/wtftw"
license=('BSD')
depends=('xorg-xmessage' 'libxinerama' 'gcc-libs')
makedepends=('rust')