summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2021-07-17 00:26:12 +0800
committerGary Wang2021-07-17 00:26:12 +0800
commit751ff35bde4212c5c0ae1623bef83ea5edbfda42 (patch)
treeda4682414049673faa7877750dc0710e5fcaf9e2
parent374f6cc52453d78234c8eb9addffcd7d84211976 (diff)
downloadaur-751ff35bde4212c5c0ae1623bef83ea5edbfda42.tar.gz
update to 0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59d3d0f8212..39d9d271b455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.4.4
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/BLumia/pineapple-pictures/
arch = x86_64
@@ -12,8 +12,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.4.4.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.4.4.tar.gz
- sha256sums = 1e9954955fe6f752820529b41c1dc09bb4ad06ab53048e478cb535b92645b4f4
+ source = pineapple-pictures-0.5.0.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.5.0.tar.gz
+ sha256sums = 50bf5bc186ed1f296f871294c83256b89551323ce6b6f23183a6ad8a1b30821b
pkgname = pineapple-pictures
-
diff --git a/PKGBUILD b/PKGBUILD
index e5ae4c40f77f..9fd4fb8cd991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.4.4
+pkgver=0.5.0
pkgrel=1
pkgdesc='Yet another lightweight image viewer'
arch=('x86_64')
@@ -24,7 +24,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '1e9954955fe6f752820529b41c1dc09bb4ad06ab53048e478cb535b92645b4f4'
+ '50bf5bc186ed1f296f871294c83256b89551323ce6b6f23183a6ad8a1b30821b'
)
build () {