summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraphototool2022-09-12 15:57:13 +0300
committeraphototool2022-09-12 15:57:13 +0300
commitd590fe32e56a39fb52bd2903e8b9f422426860c4 (patch)
treefff6fd84d9c1ac55dc8d1799770b9358913634d6
parentedfc03bd97faff028df88bde13e9f53278e6d99f (diff)
downloadaur-d590fe32e56a39fb52bd2903e8b9f422426860c4.tar.gz
Version 1.0.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e991a479ed73..a59b550422b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = aphototoollibre
pkgdesc = Photo editor for Linux
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.0.4
+ pkgrel = 1
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.3-2-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.3-2.tar.gz
- source = aphototoollibre-1.0.3-2-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.3-2/v1.0.3-2.tar.gz.asc
+ source = aphototoollibre-1.0.4-1-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-1.tar.gz
+ source = aphototoollibre-1.0.4-1-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.4-1/v1.0.4-1.tar.gz.asc
validpgpkeys = A970F7E40CB64F0D5B9FC516AFE56C2DF614820C
- sha256sums = 1913ac70bcf372318c96d531fc00b76636e3d3c90a060772635ce84868219875
+ sha256sums = 9c68e845766c444d19d36293bc5f8a238a02357b7c807114faea5a717cff7548
sha256sums = SKIP
pkgname = aphototoollibre
diff --git a/PKGBUILD b/PKGBUILD
index 91598cb1bfc5..f0081b54aa62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jari Ahola <aphototool@ahola.me>
pkgname=aphototoollibre
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
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=('1913ac70bcf372318c96d531fc00b76636e3d3c90a060772635ce84868219875' 'SKIP')
+sha256sums=('9c68e845766c444d19d36293bc5f8a238a02357b7c807114faea5a717cff7548' 'SKIP')
validpgpkeys=('A970F7E40CB64F0D5B9FC516AFE56C2DF614820C')
build() {