summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-05-10 16:40:16 +0530
committertxtsd2024-05-10 16:40:16 +0530
commitf92644f7cd102d7729709ce58dc6ab3279c7b8eb (patch)
tree9263e5284a06d773e792b1506e0f00eacb426df9
parent96a5054ff9f5e4e37a1b339a6bfaff22514e98f2 (diff)
downloadaur-f92644f7cd102d7729709ce58dc6ab3279c7b8eb.tar.gz
upgpkg: halloy 2024.7-1
Upstream Release: halloy 2024.7 Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO6
-rw-r--r--.nvchecker.toml5
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b711facdc484..4e0ae1814100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = halloy
pkgdesc = An open-source IRC client written in Rust, with the Iced GUI library
- pkgver = 2024.6
+ pkgver = 2024.7
pkgrel = 1
url = https://github.com/squidowl/halloy
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = halloy
provides = halloy
conflicts = halloy
options = !lto
- source = halloy-2024.6.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.6.tar.gz
- sha256sums = e831173a5e209f3f46edc5de68c4b6c9e4b04d2a73acae12b2f238e5b616c6c8
+ source = halloy-2024.7.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.7.tar.gz
+ sha256sums = 0e3a173c8fba0335d8c7d1e4522f7934a7d697358af51f69e517a15c7bdd4cd3
pkgname = halloy
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..f3543adec56b
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[halloy]
+source = "github"
+github = "squidowl/halloy"
+include_regex = "\\d+\\.\\d+"
+use_max_tag = true
diff --git a/PKGBUILD b/PKGBUILD
index 01f79fd906b2..31a43d64ec12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
pkgname=halloy
-pkgver=2024.6
+pkgver=2024.7
pkgrel=1
pkgdesc='An open-source IRC client written in Rust, with the Iced GUI library'
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('halloy')
conflicts=('halloy')
options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/squidowl/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e831173a5e209f3f46edc5de68c4b6c9e4b04d2a73acae12b2f238e5b616c6c8')
+sha256sums=('0e3a173c8fba0335d8c7d1e4522f7934a7d697358af51f69e517a15c7bdd4cd3')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -43,8 +43,8 @@ package() {
install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
- install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
- install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+ install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+ install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "assets/linux/org.squidowl.${pkgname}.appdata.xml" -t "${pkgdir}/usr/share/metainfo"
install -Dm644 "assets/linux/org.squidowl.${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"