summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraphototool2022-09-30 18:00:03 +0300
committeraphototool2022-09-30 18:00:03 +0300
commit333b342bfb08fcf2cbe1fb4e77051d796ce8959d (patch)
tree4182a32f71ba38fa4bd23fa757361306d3004cc7
parent034d36c9a76ab50ed213b383ecaacbbf47c29608 (diff)
downloadaur-333b342bfb08fcf2cbe1fb4e77051d796ce8959d.tar.gz
Version 1.0.4-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433eb6e410b5..d4c70108498d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = aphototoollibre
pkgdesc = Photo editor for Linux
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.ahola.me/aphototoollibre.html
arch = x86_64
license = GPL3
depends = qt5-base>=5.15.2
depends = hicolor-icon-theme
- source = aphototoollibre-1.0.4-2-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-2.tar.gz
- source = aphototoollibre-1.0.4-2-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.4-2/v1.0.4-2.tar.gz.asc
+ source = aphototoollibre-1.0.4-3-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-3.tar.gz
+ source = aphototoollibre-1.0.4-3-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.4-3/v1.0.4-3.tar.gz.asc
validpgpkeys = A970F7E40CB64F0D5B9FC516AFE56C2DF614820C
- sha256sums = 16a73a2307543cfe16cf658db575689a34d074b6115d6432ad40205811ed57ae
+ sha256sums = 462fd98a05865342e1809a1d8129da073fa63fa14f8679b7dc2e6598877aaea9
sha256sums = SKIP
pkgname = aphototoollibre
diff --git a/PKGBUILD b/PKGBUILD
index 782041d36dda..8cab64415b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jari Ahola <aphototool@ahola.me>
pkgname=aphototoollibre
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Photo editor for Linux"
arch=('x86_64')
url="https://www.ahola.me/aphototoollibre.html"
@@ -10,7 +10,7 @@ depends=('qt5-base>=5.15.2' 'hicolor-icon-theme')
makedepends=()
source=("$pkgname-$pkgver-$pkgrel-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v$pkgver-$pkgrel.tar.gz"
"$pkgname-$pkgver-$pkgrel-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v$pkgver-$pkgrel/v$pkgver-$pkgrel.tar.gz.asc")
-sha256sums=('16a73a2307543cfe16cf658db575689a34d074b6115d6432ad40205811ed57ae' 'SKIP')
+sha256sums=('462fd98a05865342e1809a1d8129da073fa63fa14f8679b7dc2e6598877aaea9' 'SKIP')
validpgpkeys=('A970F7E40CB64F0D5B9FC516AFE56C2DF614820C')
build() {