diff options
Diffstat (limited to 'build-scripts')
-rw-r--r-- | build-scripts/aur/PKGBUILD | 2 | ||||
-rw-r--r-- | build-scripts/swayfx.rpkg.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 7adf4094..a3f39349 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erik Reider <[email protected]> _pkgname=swayfx pkgname="$_pkgname" -pkgver=0.3 +pkgver=0.3.1 pkgrel=1 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec index 6ea9acd4..418db3b9 100644 --- a/build-scripts/swayfx.rpkg.spec +++ b/build-scripts/swayfx.rpkg.spec @@ -4,7 +4,7 @@ # Change to current Sway base version! %global SwayBaseVersion 1.8.1 # Change to current SwayFX tag! -%global Tag 0.3 +%global Tag 0.3.1 Name: {{{ git_dir_name }}} Version: %{Tag} |