summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-02-27 17:41:55 +0100
committerFabioLolix2021-02-27 17:41:55 +0100
commitf585103298e645fcb5edc9b7259e92ccf90ad1e2 (patch)
tree84152d71ad112958d1fd220d63e72952d75dc62c
parent7d938ffe35f86aea4c59413a02098719f75653cb (diff)
downloadaur-f585103298e645fcb5edc9b7259e92ccf90ad1e2.tar.gz
now depends on goocanvas 3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029adb5d1d4e..b59d78a0dc7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = akira-git
pkgdesc = Native Linux App for UI and UX Design built in Vala and Gtk
- pkgver = 0.0.13.r11.ga766d93
- pkgrel = 1
+ pkgver = 0.0.13.r31.gcbe9b9c
+ pkgrel = 2
url = https://github.com/akiraux/Akira
arch = x86_64
arch = aarch64
@@ -10,7 +10,7 @@ pkgbase = akira-git
makedepends = vala
makedepends = meson
makedepends = appstream
- depends = goocanvas
+ depends = goocanvas3
depends = libgranite.so
depends = gtksourceview3
depends = gtk-theme-elementary
diff --git a/PKGBUILD b/PKGBUILD
index ecbc2ddedb34..cc0add7720b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=akira-git
-pkgver=0.0.13.r11.ga766d93
-pkgrel=1
+pkgver=0.0.13.r31.gcbe9b9c
+pkgrel=2
pkgdesc="Native Linux App for UI and UX Design built in Vala and Gtk"
arch=(x86_64 aarch64)
url="https://github.com/akiraux/Akira"
license=(GPL3)
-depends=(goocanvas libgranite.so gtksourceview3 gtk-theme-elementary elementary-icon-theme)
+depends=(goocanvas3 libgranite.so gtksourceview3 gtk-theme-elementary elementary-icon-theme)
makedepends=(git vala meson appstream)
provides=(akira)
conflicts=(akira)