summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-16 10:53:42 -0600
committerMark Wagie2022-07-16 10:53:42 -0600
commit0e9ada423c1d720059a560e582b793e08394d796 (patch)
tree43c7c7917a90146cb33789fd0cf67f9101fd45aa
parent790c779845c57ac5059225db8035dee7403b5cf0 (diff)
downloadaur-0e9ada423c1d720059a560e582b793e08394d796.tar.gz
bump Notify to 0.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e2b0cba79a8..20b9041c4849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = frog-ocr
pkgdesc = Intuitive text extraction tool (OCR) for GNOME.
pkgver = 1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://tenderowl.com/work/frog
install = frog-ocr.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fe387829652b..51a0daf5eecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=frog-ocr
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Intuitive text extraction tool (OCR) for GNOME."
arch=('any')
url="https://tenderowl.com/work/frog"
@@ -19,6 +19,9 @@ prepare() {
# Fix path to appdata
sed -i 's|/app/share/|/usr/share/|g' frog/language_manager.py
+
+ # bump Notify to 0.8
+ sed -i "s/'Notify', '0.7'/'Notify', '0.8'/g" frog/main.py
}
build() {