summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-11-01 14:57:54 +0000
committerTheCynicalLiger2020-11-01 14:57:54 +0000
commit10bf59cf197682a361bfa152c180add12acc4716 (patch)
treeed1a0e87066cfb52014f1dc44b4229afef1f5f3d
parentc200c2c321e733f09d83e86832660d31ab84d8c4 (diff)
downloadaur-10bf59cf197682a361bfa152c180add12acc4716.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb429d7b2d1..8514ceb04d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3session
pkgdesc = Remembers what's running in your i3 workspaces by saving a session file
- pkgver = 2020.6.27
+ pkgver = 2020.11.1
pkgrel = 1
url = https://github.com/TheCynicalTeam/i3session
arch = any
@@ -10,8 +10,8 @@ pkgbase = i3session
depends = python-i3-py
depends = i3-wm
depends = xorg-xprop
- source = https://github.com/TheCynicalTeam/i3session/archive/2020.6.27-1.tar.gz
- sha256sums = bc3e5ecc99ed972d4b020790ee4eb56b2db8f1d0b3a1852f1214dbc11007be22
+ source = https://github.com/TheCynicalTeam/i3session/archive/2020.11.1-1.tar.gz
+ sha256sums = 552f37e0f7295d796bd07014bde3a949b936529b198563717752503db43b55db
pkgname = i3session
diff --git a/PKGBUILD b/PKGBUILD
index 9b9e4f4dfffe..4a2b55c5fddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=i3session
-pkgver=2020.6.27
+pkgver=2020.11.1
pkgrel=1
pkgdesc="Remembers what's running in your i3 workspaces by saving a session file"
arch=('any')
@@ -10,7 +10,7 @@ license=('GNU General Public License v3.0')
depends=(python2-xdg python-i3-py i3-wm xorg-xprop)
makedepends=('git')
source=("https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
-sha256sums=('bc3e5ecc99ed972d4b020790ee4eb56b2db8f1d0b3a1852f1214dbc11007be22')
+sha256sums=('552f37e0f7295d796bd07014bde3a949b936529b198563717752503db43b55db')
package() {
cd "$srcdir/$pkgname-$pkgver-$pkgrel"