summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2024-05-10 16:40:16 +0530
committertxtsd2024-05-10 16:40:16 +0530
commitf92644f7cd102d7729709ce58dc6ab3279c7b8eb (patch)
tree9263e5284a06d773e792b1506e0f00eacb426df9 /PKGBUILD
parent96a5054ff9f5e4e37a1b339a6bfaff22514e98f2 (diff)
downloadaur-halloy.tar.gz
upgpkg: halloy 2024.7-1
Upstream Release: halloy 2024.7 Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"