summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2021-12-19 13:08:20 +0800
committerGary Wang2021-12-19 13:08:20 +0800
commita2a84952edc540a1e63a0dc1a6a4f1a3de967580 (patch)
treefa359b47272fe7c83498a8c7e934a02557384928
parent87f08b1f078d1d1dfc63d4a907195be0a6c550e1 (diff)
downloadaur-a2a84952edc540a1e63a0dc1a6a4f1a3de967580.tar.gz
update to 0.5.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5226a026b67..187fca8cd08f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/BLumia/pineapple-pictures/
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = git
makedepends = qt5-tools
@@ -12,7 +13,7 @@ pkgbase = pineapple-pictures
depends = exiv2
optdepends = kimageformats: XCF, EXR, PSD and other extra image format support
optdepends = qt5-imageformats: TIFF, WEBP, and other extra image formats
- source = pineapple-pictures-0.5.2.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.5.2.tar.gz
- sha256sums = 67de42713c566df6d4aff152897b85a8dd55215af8ed4a724253fb0303a19f99
+ source = pineapple-pictures-0.5.3.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.5.3.tar.gz
+ sha256sums = a28ce43932379d6cdfd8597956cb071a023a028541f273f965828fc8ce9cfbfd
pkgname = pineapple-pictures
diff --git a/PKGBUILD b/PKGBUILD
index d34e4c11145d..68c0e4e37e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='Yet another lightweight image viewer'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/BLumia/pineapple-pictures/'
license=('MIT')
depends=(
@@ -24,7 +24,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '67de42713c566df6d4aff152897b85a8dd55215af8ed4a724253fb0303a19f99'
+ 'a28ce43932379d6cdfd8597956cb071a023a028541f273f965828fc8ce9cfbfd'
)
build () {