summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2022-05-14 01:55:59 +0800
committerGary Wang2022-05-14 01:55:59 +0800
commit7748390d3446d2b3b5fbfff8ec0bfe76ecc66b37 (patch)
treed946132a016b6aa3c444cb387ff1b64c07db338c
parent4f80785941bc3e811547ba3859ed3de5bf41ba77 (diff)
downloadaur-7748390d3446d2b3b5fbfff8ec0bfe76ecc66b37.tar.gz
update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170027a0c8bc..3c1684a0e391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.6.0
+ pkgver = 0.6.1
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.0.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.0.tar.gz
- sha256sums = 002687962e9788f3eaf7c610c42295f5c1e6eca59ab3b7e5899628e129b7e8cc
+ source = pineapple-pictures-0.6.1.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.1.tar.gz
+ sha256sums = f0cc03e6d023230fe59581deb7e3787d2195fa8d7297295c766fda999f469d57
pkgname = pineapple-pictures
diff --git a/PKGBUILD b/PKGBUILD
index d3dab3c3db0a..1166dbc1f6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.6.0
+pkgver=0.6.1
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=(
- '002687962e9788f3eaf7c610c42295f5c1e6eca59ab3b7e5899628e129b7e8cc'
+ 'f0cc03e6d023230fe59581deb7e3787d2195fa8d7297295c766fda999f469d57'
)
build () {