summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-07-16 20:23:09 -0600
committerMark Wagie2022-07-16 20:23:09 -0600
commitdfc2cffe496d32133dbda8494a96e80f1fd7759e (patch)
tree638e22f702f46f293f11dfae08ba8cd33f218d08 /PKGBUILD
parent0e9ada423c1d720059a560e582b793e08394d796 (diff)
downloadaur-dfc2cffe496d32133dbda8494a96e80f1fd7759e.tar.gz
revert previous commit, fixed with libnotify 0.8.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51a0daf5eecc..93ad434f288e 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=2
+pkgrel=3
pkgdesc="Intuitive text extraction tool (OCR) for GNOME."
arch=('any')
url="https://tenderowl.com/work/frog"
@@ -19,9 +19,6 @@ 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() {