summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2020-10-07 08:09:31 +0200
committerGabriele Musco2020-10-07 08:09:31 +0200
commit9dc044fb818b9a649148e19113991fb69957a3a2 (patch)
tree970b6cd1bcc9a21b3897c93f609adb7dccad5e7a /PKGBUILD
parentfc7b14974576eeeb3b3d0161e02ea59ba8565b01 (diff)
downloadaur-notorious-git.tar.gz
changed libhandy1 dependency to libhandy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cdddd011e64..a6cf246dc85e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=notorious-git
pkgver=0.4.r0.g2483044
-pkgrel=1
+pkgrel=2
pkgdesc='Keyboard centric notes'
arch=('any')
url='https://gitlab.gnome.org/gabmus/notorious'
@@ -11,7 +11,7 @@ license=('GPL3')
depends=(
'gtk3'
'python'
- 'libhandy1>=0.83'
+ 'libhandy>=0.83'
'python-gobject'
'gobject-introspection'
'gtksourceview4'