summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-05-09 09:09:38 +0800
committerzxp198210052024-05-09 09:09:38 +0800
commitad236ce031b8cd45e74e0c92501db8f26937ff09 (patch)
tree6c34e63de83bdd15c8aa5f9145c3ccc6207ead12
parent7d80d9a624eefde9d3de8b773be7bdfc7d980318 (diff)
downloadaur-ad236ce031b8cd45e74e0c92501db8f26937ff09.tar.gz
update to 1.1.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b4af4f3f6c..c52308f27d9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superfile-bin
pkgdesc = Pretty fancy and modern file manager in terminal file manager
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/MHNightCat/superfile
arch = aarch64
@@ -9,13 +9,13 @@ pkgbase = superfile-bin
depends = perl-image-exiftool
optdepends = perl-archive-zip: Support for zip files, including epub
optdepends = perl-io-compress-brotli: Support for brotli-compressed metadata
- provides = superfile=1.1.1
+ provides = superfile=1.1.2
conflicts = superfile
- source = LICENSE-1.1.1::https://raw.githubusercontent.com/MHNightCat/superfile/v1.1.1/LICENSE
+ source = LICENSE-1.1.2::https://raw.githubusercontent.com/MHNightCat/superfile/v1.1.2/LICENSE
sha256sums = cd6016ddc3148470a63564380bca1d4499ecc5fa3a89574c6a4cf4053dfcc1e4
- source_aarch64 = superfile-1.1.1-aarch64.tar.gz::https://github.com/MHNightCat/superfile/releases/download/v1.1.1/superfile-linux-v1.1.1-arm64.tar.gz
- sha256sums_aarch64 = f2d22f35b8e356b4e13368c09892788e52ac7916a0fd4949961ba639d0900a4a
- source_x86_64 = superfile-1.1.1-x86-64.tar.gz::https://github.com/MHNightCat/superfile/releases/download/v1.1.1/superfile-linux-v1.1.1-amd64.tar.gz
- sha256sums_x86_64 = a4d99be74dd6489f5809d9fa891744fc40765ad5f2c41c5faa6952147712cef8
+ source_aarch64 = superfile-1.1.2-aarch64.tar.gz::https://github.com/MHNightCat/superfile/releases/download/v1.1.2/superfile-linux-v1.1.2-arm64.tar.gz
+ sha256sums_aarch64 = 79c2dec8114766dfd3df7f58d096a6601eb53d8792c539dd8f72a8968cc5e84c
+ source_x86_64 = superfile-1.1.2-x86-64.tar.gz::https://github.com/MHNightCat/superfile/releases/download/v1.1.2/superfile-linux-v1.1.2-amd64.tar.gz
+ sha256sums_x86_64 = b542e3d1de014e7fdef41a4975d50cbf76004a9cfe46526c661c5c184d9bd0c2
pkgname = superfile-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19ea4e86a847..dae58adaff3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: Zachary Siedlecki <zacharysiedlecki01@gmail.com>
pkgname=superfile-bin
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Pretty fancy and modern file manager in terminal file manager"
arch=(
@@ -25,8 +25,8 @@ source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::${url}/releases/downl
#source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-v${pkgver}-arm.tar.gz")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86-64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-v${pkgver}-amd64.tar.gz")
sha256sums=('cd6016ddc3148470a63564380bca1d4499ecc5fa3a89574c6a4cf4053dfcc1e4')
-sha256sums_aarch64=('f2d22f35b8e356b4e13368c09892788e52ac7916a0fd4949961ba639d0900a4a')
-sha256sums_x86_64=('a4d99be74dd6489f5809d9fa891744fc40765ad5f2c41c5faa6952147712cef8')
+sha256sums_aarch64=('79c2dec8114766dfd3df7f58d096a6601eb53d8792c539dd8f72a8968cc5e84c')
+sha256sums_x86_64=('b542e3d1de014e7fdef41a4975d50cbf76004a9cfe46526c661c5c184d9bd0c2')
package() {
install -Dm755 "${srcdir}/dist/${pkgname%-bin}-linux-v${pkgver}-"*/spf "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"