summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe2024-03-03 05:37:55 -0300
committerFelipe2024-03-03 05:37:55 -0300
commite63fb5e799eb29ff1fca19e6c0d96218cd6ab1de (patch)
tree6d1bc343950944f340f201e7ce23b2105fe72206
parent744ef1351f787c11f767e146feded31b78ce60d2 (diff)
downloadaur-e63fb5e799eb29ff1fca19e6c0d96218cd6ab1de.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f03e258b6ab0..0a878c739a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feather-pdf
pkgdesc = FeatherPDF is an ultra-lightweight PDF viewer.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/felipealfonsog/FeatherPDF
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = feather-pdf
depends = python
depends = python-pip
depends = python-pyqt5
- source = https://github.com/felipealfonsog/FeatherPDF/archive/refs/tags/v.1.0.2.tar.gz
- sha256sums = f90e5a2aea0aa0c640299825c695b2392ff49a1d8ac62c9a446fb3af2d2a3aa7
+ source = https://github.com/felipealfonsog/FeatherPDF/archive/refs/tags/v.1.0.3.tar.gz
+ sha256sums = 71c7e2d5ee0f1ddb99ee6d7cbbb10cbc5354e161adcf9f1bfaad91465f202bb9
pkgname = feather-pdf
diff --git a/PKGBUILD b/PKGBUILD
index 87b98c99d1b8..c77b2b8025ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felipe Alfonso Gonzalez <f.alfonso@res-ear.ch>
pkgname=feather-pdf
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="FeatherPDF is an ultra-lightweight PDF viewer."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-pip' 'python-pyqt5')
source=("https://github.com/felipealfonsog/FeatherPDF/archive/refs/tags/v.${pkgver}.tar.gz")
-sha256sums=('f90e5a2aea0aa0c640299825c695b2392ff49a1d8ac62c9a446fb3af2d2a3aa7')
+sha256sums=('71c7e2d5ee0f1ddb99ee6d7cbbb10cbc5354e161adcf9f1bfaad91465f202bb9')
prepare() {
tar xf "v.${pkgver}.tar.gz" -C "$srcdir" --strip-components=1