summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2022-11-19 14:33:51 +0800
committerGary Wang2022-11-19 14:33:51 +0800
commit9c8605f15ca822c1969277c6ac36572dcd4c7ed7 (patch)
tree557c549d731b8ae3493944a2599eb934b719ac6e
parentbbfba90582987e85ae164edefedfdcac3ef21f08 (diff)
downloadaur-9c8605f15ca822c1969277c6ac36572dcd4c7ed7.tar.gz
update to 0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39714d816b3..2d0b9b7b2b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.6.4
+ pkgver = 0.6.5
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.4.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.4.tar.gz
- sha256sums = d87c559415b42d7a20c6774695a9f73d3d21ff28afa57b83c98f2f06d57577bb
+ source = pineapple-pictures-0.6.5.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.6.5.tar.gz
+ sha256sums = e06510eb1ef370ec889c8d665320cf00d03693970898686770740e1a03e6211e
pkgname = pineapple-pictures
diff --git a/PKGBUILD b/PKGBUILD
index 27c55b6fbfbb..b6aafe1a9e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.6.4
+pkgver=0.6.5
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=(
- 'd87c559415b42d7a20c6774695a9f73d3d21ff28afa57b83c98f2f06d57577bb'
+ 'e06510eb1ef370ec889c8d665320cf00d03693970898686770740e1a03e6211e'
)
build () {