summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2021-03-28 23:30:34 +0200
committerpiotr2021-03-28 23:30:34 +0200
commitff0bc4a5116e1bd2d7a99874d6d5f9a0f6874782 (patch)
treea92a2faa9b46ecb8aa01ecc79c0ce4c8f51c7292
parentfa09d66e601d53caae0b875310cca0c69dab44c7 (diff)
downloadaur-ff0bc4a5116e1bd2d7a99874d6d5f9a0f6874782.tar.gz
update to 1.5; tarball renamed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48c12fa80ec..f564dd428f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = autotiling
makedepends = python-setuptools
makedepends = python-wheel
depends = python-i3ipc
- source = https://github.com/nwg-piotr/autotiling/archive/v1.4.tar.gz
- md5sums = 6702efe6b28d4fead76e30ebab2a3b11
+ source = autotiling-1.5.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v1.5.tar.gz
+ md5sums = 30ecc7c3a2cc5307a45673b05d0a5e07
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index f08758eacc00..36aeed727167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/nwg-piotr/autotiling"
license=('GPL3')
depends=('python-i3ipc')
makedepends=('python-setuptools' 'python-wheel')
-source=("https://github.com/nwg-piotr/autotiling/archive/v"$pkgver".tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v$pkgver.tar.gz")
-md5sums=('6702efe6b28d4fead76e30ebab2a3b11')
+md5sums=('30ecc7c3a2cc5307a45673b05d0a5e07')
package() {
cd "${pkgname}-${pkgver}"