summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efcd3a456c6..ed733ad08423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = quickswitch-i3
pkgdesc = A python utility to quickly change to and locate windows in i3
- pkgver = 2.2
- pkgrel = 4
- url = https://github.com/proxypoke/quickswitch-for-i3
+ pkgver = 2.6.0
+ pkgrel = 1
+ url = https://github.com/OliverUv/quickswitch-for-i3
arch = any
license = custom:WTFPL
depends = dmenu
depends = python-i3-git
options = !emptydirs
- source = https://github.com/proxypoke/quickswitch-for-i3/archive/2.2.tar.gz
- sha256sums = cf08f651c0fba42bf0ec1ddb25449193858c9a8634bd7fca2d98fa6331f40c42
+ source = https://github.com/OliverUv/quickswitch-for-i3/archive/2.6.0.tar.gz
+ sha256sums = d1a081d9523e302b781d474d4806021122a3b8a1d8e486bae46f3409d4400e8a
pkgname = quickswitch-i3
diff --git a/PKGBUILD b/PKGBUILD
index 502e2aaf1b94..6ddb48523475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: slowpoke <mail+aur at slowpoke dot io>
_pkgname='quickswitch-for-i3'
pkgname='quickswitch-i3'
-pkgver=2.2
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
pkgdesc="A python utility to quickly change to and locate windows in i3"
arch=(any)
-url="https://github.com/proxypoke/quickswitch-for-i3"
+url="https://github.com/OliverUv/quickswitch-for-i3"
license=('custom:WTFPL')
depends=('dmenu' 'python-i3-git')
options=(!emptydirs)
-source=("https://github.com/proxypoke/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('cf08f651c0fba42bf0ec1ddb25449193858c9a8634bd7fca2d98fa6331f40c42')
+source=("https://github.com/OliverUv/${_pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('d1a081d9523e302b781d474d4806021122a3b8a1d8e486bae46f3409d4400e8a')
package() {
cd "$srcdir/$_pkgname-$pkgver"