summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2024-01-16 19:27:17 +0100
committerÓscar García Amor2024-01-16 19:27:17 +0100
commitc42b178782cf59a61b829f3f427debd65f8e4ad8 (patch)
tree09091bba03af9897d6f9d2a782df973655475e5d /PKGBUILD
parent2a0085e4141fb7bb02fd4d593b8926f3445cd154 (diff)
downloadaur-c42b178782cf59a61b829f3f427debd65f8e4ad8.tar.gz
upgpkg: ascii-draw 0.2.0-2
Added missing python-emoji dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ba005dee5cc..eec66f3cbde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ascii-draw
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Draw diagrams and more using ASCII'
arch=('any')
url='https://github.com/Nokse22/ascii-draw'
license=('GPL3')
-depends=('gtk4' 'libadwaita' 'python-gobject' 'python-pyfiglet')
+depends=('gtk4' 'libadwaita' 'python-emoji' 'python-gobject' 'python-pyfiglet')
makedepends=('appstream-glib' 'cmake' 'meson' 'vala')
source=("${pkgname}-${pkgver//+/-}.tar.gz::https://github.com/Nokse22/ascii-draw/archive/v${pkgver//+/-}.tar.gz")
b2sums=('1191c3496e41be0c2237fbbb5f9c5ffa06e2133637937baf5fc1dbafe104aa685db39a5d1898f47ed94a027ae31c221aee2d3e5e1368f0537e6c02c2a7c77fc9')