diff options
author | zxp19821005 | 2025-02-05 11:16:25 +0800 |
---|---|---|
committer | zxp19821005 | 2025-02-05 11:16:25 +0800 |
commit | 147e5cbee1994d5fceeea9b5c9dcf04b703f42df (patch) | |
tree | 58e9baae56e09f1971dba93e670bb015190f4525 | |
parent | b546a5818260b81df2a9924ce1c5959723bcfef9 (diff) | |
download | aur-147e5cbee1994d5fceeea9b5c9dcf04b703f42df.tar.gz |
update to 3.0.44
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 11 insertions, 11 deletions
@@ -1,21 +1,21 @@ pkgbase = filen-desktop-bin pkgdesc = Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more.(Prebuilt version.Use system-wide electron) - pkgver = 3.0.41 + pkgver = 3.0.44 pkgrel = 1 url = https://filen.io/ arch = aarch64 arch = x86_64 license = AGPL-3.0-only depends = electron33 - provides = filen-desktop-bin=3.0.41 + provides = filen-desktop-bin=3.0.44 conflicts = filen-desktop options = !strip options = !emptydirs source = filen-desktop.sh sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 - source_aarch64 = filen-desktop-3.0.41-aarch64.rpm::https://github.com/FilenCloudDienste/filen-desktop/releases/download/v3.0.41/Filen_linux_aarch64.rpm - sha256sums_aarch64 = aa331f53a98a7229e75669e4000f2d8678a7aacfdae3ef89ba71eb9739da55f2 - source_x86_64 = filen-desktop-3.0.41-x86_64.rpm::https://github.com/FilenCloudDienste/filen-desktop/releases/download/v3.0.41/Filen_linux_x86_64.rpm - sha256sums_x86_64 = a40a01662db2e48dbe6461bdb463ca511dabcfb0e47970d8bba1482469d3172c + source_aarch64 = filen-desktop-3.0.44-aarch64.rpm::https://github.com/FilenCloudDienste/filen-desktop/releases/download/v3.0.44/Filen_linux_aarch64.rpm + sha256sums_aarch64 = c22f10c9d10f4f5777d0d2cbf2dcab1c0eafe37ea6919e93e7700b062f5784a4 + source_x86_64 = filen-desktop-3.0.44-x86_64.rpm::https://github.com/FilenCloudDienste/filen-desktop/releases/download/v3.0.44/Filen_linux_x86_64.rpm + sha256sums_x86_64 = 6d37629ab9d1630671aa5956a877741e5144da9b574a6abe66856a58ca754d01 pkgname = filen-desktop-bin @@ -2,7 +2,7 @@ pkgname=filen-desktop-bin _pkgname=Filen _appname="@filendesktop" -pkgver=3.0.41 +pkgver=3.0.44 _electronversion=33 pkgrel=1 pkgdesc="Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more.(Prebuilt version.Use system-wide electron)" @@ -28,9 +28,9 @@ source=( source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}_linux_aarch64.rpm") source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}_linux_x86_64.rpm") sha256sums=('291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') -sha256sums_aarch64=('aa331f53a98a7229e75669e4000f2d8678a7aacfdae3ef89ba71eb9739da55f2') -sha256sums_x86_64=('a40a01662db2e48dbe6461bdb463ca511dabcfb0e47970d8bba1482469d3172c') -build() { +sha256sums_aarch64=('c22f10c9d10f4f5777d0d2cbf2dcab1c0eafe37ea6919e93e7700b062f5784a4') +sha256sums_x86_64=('6d37629ab9d1630671aa5956a877741e5144da9b574a6abe66856a58ca754d01') +prepare() { sed -e " s/@electronversion@/${_electronversion}/g s/@appname@/${pkgname%-bin}/g @@ -54,4 +54,4 @@ package() { "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png" done install -Dm644 "${srcdir}/usr/share/applications/${_appname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop" -} +}
\ No newline at end of file |