Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
decasify
Commits:
1d6dfdcd by Caleb Maclennan at 2024-10-27T12:17:13+03:00
upgpkg: 0.8.0-2: Rebuild with lua-luarocks-build-rust-mlua-0.2.3, fixes
internal module version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = decasify
pkgdesc = cast strings to title-case according to locale specific style
guides including Turkish
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alerque/decasify
arch = x86_64
license = LGPL-3.0-only
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgbase=decasify
pkgname=("$pkgbase" "lua-$pkgbase" "lua53-$pkgbase" "lua52-$pkgbase"
"lua51-$pkgbase" "neovim-$pkgbase" "python-$pkgbase" "sile-$pkgbase")
pkgver=0.8.0
_rockrel=1
-pkgrel=1
+pkgrel=2
pkgdesc='cast strings to title-case according to locale specific style guides
including Turkish'
arch=(x86_64)
url="https://github.com/alerque/$pkgbase"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/decasify/-/commit/1d6dfdcd7e13de448eedde63647aad455b276f64
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/decasify/-/commit/1d6dfdcd7e13de448eedde63647aad455b276f64
You're receiving this email because of your account on gitlab.archlinux.org.