summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2020-12-25 20:08:03 +0800
committerGary Wang2020-12-25 20:08:03 +0800
commit387d542e35dda745dbe56a853a6a8b8d9a1bf469 (patch)
treedb2b6997eb3589b39da23f266f8828f01dc8e416
parent673b31b63b6c8b5f39272799fcd29fd79e0fc11e (diff)
downloadaur-387d542e35dda745dbe56a853a6a8b8d9a1bf469.tar.gz
update to 0.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 790599df6f56..6ba2bfac3637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
- pkgver = 0.3.4
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/BLumia/pineapple-pictures/
arch = x86_64
@@ -9,10 +9,11 @@ pkgbase = pineapple-pictures
makedepends = qt5-tools
makedepends = cmake
depends = qt5-svg
+ 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.3.4.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.3.4.tar.gz
- sha256sums = 80713a954e2705cf30676c8fbeb688fabd4ae0f8e6d0bff960262f63a6803795
+ source = pineapple-pictures-0.4.0.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.4.0.tar.gz
+ sha256sums = 7077bf50261af66afb6977c610a29c1f85eea507b4b22c89f310d7329bdbe58c
pkgname = pineapple-pictures
diff --git a/PKGBUILD b/PKGBUILD
index a410f4747ec0..e979723232ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc='Yet another lightweight image viewer'
arch=('x86_64')
@@ -9,6 +9,7 @@ url='https://github.com/BLumia/pineapple-pictures/'
license=('MIT')
depends=(
'qt5-svg'
+ 'exiv2'
)
makedepends=(
'git'
@@ -23,7 +24,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '80713a954e2705cf30676c8fbeb688fabd4ae0f8e6d0bff960262f63a6803795'
+ '7077bf50261af66afb6977c610a29c1f85eea507b4b22c89f310d7329bdbe58c'
)
build () {