diff options
author | Elias Elwyn <[email protected]> | 2023-11-26 17:32:08 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-26 01:32:08 -0500 |
commit | e6ddd16a1b0c8b6707ada3c10d922b12445ef15a (patch) | |
tree | 191310422135083d41df8519ccf3d9716095a9f8 | |
parent | ab6dc54e6af7253570d74d0f221d3cf4a1a11423 (diff) |
chore: Update pkgrel in PKGBUILDs (#238)
Update pkgrel twice for changes in #237 and #240
-rw-r--r-- | build-scripts/aur-git/PKGBUILD | 2 | ||||
-rw-r--r-- | build-scripts/aur/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/aur-git/PKGBUILD b/build-scripts/aur-git/PKGBUILD index 69631508..03f173e6 100644 --- a/build-scripts/aur-git/PKGBUILD +++ b/build-scripts/aur-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=swayfx pkgname="$_pkgname-git" pkgver=r7023.9cd02fc4 -pkgrel=1 +pkgrel=3 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" makedepends=( diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index ef6f8e2a..fc29d40f 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=swayfx pkgname="$_pkgname" pkgver=0.3.2 -pkgrel=1 +pkgrel=3 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" makedepends=( |