summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraphototool2023-02-17 12:50:00 +0200
committeraphototool2023-02-17 12:50:00 +0200
commit17fc23e767fa11654211502b3ade96163c353798 (patch)
tree66340e94790bed34daefd1c43a13feddc51dab2f
parent80f8333650757ff0254adb6638be5bf9b259a982 (diff)
downloadaur-17fc23e767fa11654211502b3ade96163c353798.tar.gz
Version 1.0.5-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d45febdbe47..efbbafc3bedc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = aphototoollibre
pkgdesc = Photo editor for Linux
pkgver = 1.0.5
- pkgrel = 1
+ pkgrel = 3
url = https://www.ahola.me/aphototoollibre.html
arch = x86_64
arch = aarch64
license = GPL3
depends = qt5-base>=5.15.2
depends = hicolor-icon-theme
- source = aphototoollibre-1.0.5-1-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.5-1.tar.gz
- source = aphototoollibre-1.0.5-1-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.5-1/v1.0.5-1.tar.gz.asc
+ source = aphototoollibre-1.0.5-3-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.5-3.tar.gz
+ source = aphototoollibre-1.0.5-3-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v1.0.5-3/v1.0.5-3.tar.gz.asc
validpgpkeys = A970F7E40CB64F0D5B9FC516AFE56C2DF614820C
- sha256sums = 2e28215351d0ad76e16898bf8259db2103b8cd98b3f8128418e3d14b517ac69f
+ sha256sums = f28201302d36c510e542e7d11653afddba0a2df4a829bc5e810f7ed5c365b5d3
sha256sums = SKIP
pkgname = aphototoollibre
diff --git a/PKGBUILD b/PKGBUILD
index 7fe996a83d5e..08f1fb1641df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jari Ahola <aphototool@ahola.me>
pkgname=aphototoollibre
pkgver=1.0.5
-pkgrel=1
+pkgrel=3
pkgdesc="Photo editor for Linux"
arch=('x86_64' 'aarch64')
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=('2e28215351d0ad76e16898bf8259db2103b8cd98b3f8128418e3d14b517ac69f' 'SKIP')
+sha256sums=('f28201302d36c510e542e7d11653afddba0a2df4a829bc5e810f7ed5c365b5d3' 'SKIP')
validpgpkeys=('A970F7E40CB64F0D5B9FC516AFE56C2DF614820C')
build() {
@@ -23,3 +23,4 @@ package() {
cd "$srcdir/A-Photo-Tool-Libre-$pkgver-$pkgrel"
make INSTALL_ROOT="$pkgdir/" install
}
+