diff options
author | zxp19821005 | 2024-07-12 11:35:09 +0800 |
---|---|---|
committer | zxp19821005 | 2024-07-12 11:35:09 +0800 |
commit | a132801a984fdda2a15129da64c9e7d9dcd0b15c (patch) | |
tree | 32249d554dcb59f083bec6e3b3595a1ac0dfe4d4 | |
parent | 6757e484cb16d01615dea8013a3a12b5eb2a471d (diff) | |
download | aur-a132801a984fdda2a15129da64c9e7d9dcd0b15c.tar.gz |
update to 1.8.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,19 +1,19 @@ pkgbase = witsy-bin pkgdesc = Generative AI desktop application - pkgver = 1.7.3 + pkgver = 1.8.1 pkgrel = 1 url = https://github.com/nbonamy/witsy arch = x86_64 license = Apache-2.0 makedepends = gendesk depends = electron29 - provides = witsy=1.7.3 + provides = witsy=1.8.1 conflicts = witsy options = !emptydirs - source = witsy-1.7.3.zip::https://github.com/nbonamy/witsy/releases/download/v1.7.3/Witsy-linux-x64-1.7.3.zip - source = witsy-1.7.3.png::https://raw.githubusercontent.com/nbonamy/witsy/v1.7.3/assets/icon.png + source = witsy-1.8.1.zip::https://github.com/nbonamy/witsy/releases/download/v1.8.1/Witsy-linux-x64-1.8.1.zip + source = witsy-1.8.1.png::https://raw.githubusercontent.com/nbonamy/witsy/v1.8.1/assets/icon.png source = witsy.sh - sha256sums = bbf6051f92ac6428d971803418410718cc8d4686b51edc014e92a539a484c881 + sha256sums = 07ddea6d102bce4df0d0f3ccda8a289bf91f724347b7945a967c5ed2164469f0 sha256sums = 1f290bf14df85930c04881b362b015791a0c94dd491979acfccb0bdcfd35e58e sha256sums = 41b6d61dffef064762b3eec3dfeca7a3e1f57cbcb6dce9a6940c06797a0eae9d @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=witsy-bin _pkgname=Witsy -pkgver=1.7.3 +pkgver=1.8.1 _electronversion=29 pkgrel=1 pkgdesc="Generative AI desktop application" @@ -24,7 +24,7 @@ source=( "${pkgname%-bin}-${pkgver}.png::https://raw.githubusercontent.com/nbonamy/witsy/v${pkgver}/assets/icon.png" "${pkgname%-bin}.sh" ) -sha256sums=('bbf6051f92ac6428d971803418410718cc8d4686b51edc014e92a539a484c881' +sha256sums=('07ddea6d102bce4df0d0f3ccda8a289bf91f724347b7945a967c5ed2164469f0' '1f290bf14df85930c04881b362b015791a0c94dd491979acfccb0bdcfd35e58e' '41b6d61dffef064762b3eec3dfeca7a3e1f57cbcb6dce9a6940c06797a0eae9d') build() { @@ -34,7 +34,7 @@ build() { -e "s|@cfgdirname@|${_pkgname}|g" \ -e "s|@options@|env ELECTRON_OZONE_PLATFORM_HINT=auto|g" \ -i "${srcdir}/${pkgname%-bin}.sh" - gendesk -q -f -n --pkgname="${pkgname%-bin}" --categories="Utility" --name="${_pkgname}" --exec="${pkgname%-bin} %U" + gendesk -q -f -n --pkgname="${pkgname%-bin}" --pkgdesc="${pkgdesc}" --categories="Utility" --name="${_pkgname}" --exec="${pkgname%-bin} %U" } package() { install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}" |