summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-07-19 11:13:20 +0200
committerGabriele Musco2020-07-19 11:13:20 +0200
commit4700dabae7245fc4364afeb6001db554809c35e5 (patch)
tree1334537eb4cfea7c0a0f347543acbb938108fde9
parent598b6c3ffea15aeedd57104968e88e19f8c4e84b (diff)
downloadaur-4700dabae7245fc4364afeb6001db554809c35e5.tar.gz
updated to version 0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8f018af9fd..9eb08e327e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notorious-git
pkgdesc = Keyboard centric notes
- pkgver = 0.2.r0.gf9b9c94
- pkgrel = 2
+ pkgver = 0.3.r0.g70f8b62
+ pkgrel = 1
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 = libhandy
+ depends = libhandy1>=0.83
depends = python-gobject
depends = gobject-introspection
depends = gtksourceview4
diff --git a/PKGBUILD b/PKGBUILD
index ca66ddbb14e6..6b4f3d789aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/notorious
pkgname=notorious-git
-pkgver=0.2.r0.gf9b9c94
-pkgrel=2
+pkgver=0.3.r0.g70f8b62
+pkgrel=1
pkgdesc='Keyboard centric notes'
arch=('any')
url='https://gitlab.gnome.org/gabmus/notorious'
@@ -11,7 +11,7 @@ license=('GPL3')
depends=(
'gtk3'
'python'
- 'libhandy'
+ 'libhandy1>=0.83'
'python-gobject'
'gobject-introspection'
'gtksourceview4'