summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Avrett2018-09-04 10:06:02 -0600
committerKyle Avrett2018-09-04 10:06:02 -0600
commit6a76c7d07647235afc77e2b93f2ca4a9c41333d3 (patch)
treed0ed058f46e7fce8d3fbdcf73bf8f02ec318519b
parente64873cea9b086df93e1b1c2ce9dedfc32649025 (diff)
downloadaur-6a76c7d07647235afc77e2b93f2ca4a9c41333d3.tar.gz
Updated to the 1.1.0 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab7dea2c9f5..677d88e15cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-projects
pkgdesc = Project creation and management for i3-wm
- pkgver = 1.0.0
+ pkgver = 1.1.0
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.0.0
+ source = git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.0
md5sums = SKIP
pkgname = i3-projects
diff --git a/PKGBUILD b/PKGBUILD
index d1749b88b0a6..9c92afe58305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kyle Avrett <kyle dot avrett at gmail dot com>
pkgname=i3-projects
-pkgver=1.0.0
+pkgver=1.1.0
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.0.0")
+source=("git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.0")
md5sums=("SKIP")
package() {