summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-10-07 08:09:31 +0200
committerGabriele Musco2020-10-07 08:09:31 +0200
commit9dc044fb818b9a649148e19113991fb69957a3a2 (patch)
tree970b6cd1bcc9a21b3897c93f609adb7dccad5e7a
parentfc7b14974576eeeb3b3d0161e02ea59ba8565b01 (diff)
downloadaur-9dc044fb818b9a649148e19113991fb69957a3a2.tar.gz
changed libhandy1 dependency to libhandy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffeb0d6a332b..83846914b8d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notorious-git
pkgdesc = Keyboard centric notes
pkgver = 0.4.r0.g2483044
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/gabmus/notorious
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = notorious-git
makedepends = meson
depends = gtk3
depends = python
- depends = libhandy1>=0.83
+ depends = libhandy>=0.83
depends = python-gobject
depends = gobject-introspection
depends = gtksourceview4
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'