summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Avrett2018-09-04 11:26:09 -0600
committerKyle Avrett2018-09-04 11:26:09 -0600
commit7aba4dafd6058e801f4e1e8a7a4e392274a80aee (patch)
tree528f5b5e3ced54fa33a8decae7e4a592c2b3e62c
parent6a76c7d07647235afc77e2b93f2ca4a9c41333d3 (diff)
downloadaur-7aba4dafd6058e801f4e1e8a7a4e392274a80aee.tar.gz
Updated to the 1.1.1 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677d88e15cfd..3731d4c8a69f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-projects
pkgdesc = Project creation and management for i3-wm
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/zzelman/i3-projects
arch = any
@@ -8,7 +8,7 @@ pkgbase = i3-projects
depends = i3-wm
depends = python3
depends = zenity
- source = git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.0
+ source = g!it+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1
md5sums = SKIP
pkgname = i3-projects
diff --git a/PKGBUILD b/PKGBUILD
index 9c92afe58305..36afec057c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kyle Avrett <kyle dot avrett at gmail dot com>
pkgname=i3-projects
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Project creation and management for i3-wm"
arch=("any")
url="https://github.com/zzelman/i3-projects"
license=('GPL3')
depends=('i3-wm' 'python3' 'zenity')
-source=("git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.0")
+source=("g!it+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1")
md5sums=("SKIP")
package() {