summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2023-05-02 12:51:42 +0800
committerGary Wang2023-05-02 12:51:42 +0800
commitff3763f5dc246daab8dec8331d581f7da434679c (patch)
treef7ffaade02efa3a346d2a3a02754d7a9a93f272a
parentd7cace7107d21234466de9d814a9a57efbda2d0f (diff)
downloadaur-ff3763f5dc246daab8dec8331d581f7da434679c.tar.gz
update to 0.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 117f1a2905db..1a65dea179e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.6.6
+ pkgver = 0.6.9
pkgrel = 1
url = https://github.com/BLumia/pineapple-pictures/
arch = x86_64
@@ -13,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.6.6.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.6.tar.gz
- sha256sums = 0e739c06307dc4effc084248579e1212d326895772c88130991f14ce8a83b1d2
+ source = pineapple-pictures-0.6.9.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.9.tar.gz
+ sha256sums = 598e9ec6f1be3dd02e4b6f44197b3fc8176dc8efab6d4315a2163386f1d601af
pkgname = pineapple-pictures
diff --git a/PKGBUILD b/PKGBUILD
index 0cc8a9475ed0..38548191a3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.6.6
+pkgver=0.6.9
pkgrel=1
pkgdesc='Yet another lightweight image viewer'
arch=('x86_64' 'aarch64')
@@ -24,7 +24,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '0e739c06307dc4effc084248579e1212d326895772c88130991f14ce8a83b1d2'
+ '598e9ec6f1be3dd02e4b6f44197b3fc8176dc8efab6d4315a2163386f1d601af'
)
build () {