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 /build-scripts/aur-git | |
parent | ab6dc54e6af7253570d74d0f221d3cf4a1a11423 (diff) |
chore: Update pkgrel in PKGBUILDs (#238)
Update pkgrel twice for changes in #237 and #240
Diffstat (limited to 'build-scripts/aur-git')
-rw-r--r-- | build-scripts/aur-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 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=( |