diff options
author | Igor Dyatlov | 2022-04-16 19:29:56 +0300 |
---|---|---|
committer | Igor Dyatlov | 2022-04-16 19:29:56 +0300 |
commit | 1e3a596b54728fcfe207c32a3f8ad9811b23892f (patch) | |
tree | 61d7343a22e7403be5319d85282ec89d4dd9b50f | |
parent | 6d3218d6d50a460da1d959e08a3bdff24dcf14d0 (diff) | |
download | aur-1e3a596b54728fcfe207c32a3f8ad9811b23892f.tar.gz |
Updates
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 16 |
2 files changed, 11 insertions, 12 deletions
@@ -1,14 +1,19 @@ pkgbase = amberol-git pkgdesc = Plays music, and nothing else - pkgver = 0.2.0.r1.g8f524d0 + pkgver = 0.3.0.r13.g2ce09b4 pkgrel = 1 url = https://gitlab.gnome.org/ebassi/amberol arch = x86_64 license = GPL3 checkdepends = appstream-glib + makedepends = git makedepends = meson + makedepends = rust depends = libadwaita depends = gstreamer + depends = gst-plugins-base + provides = amberol + conflicts = amberol source = git+https://gitlab.gnome.org/ebassi/amberol.git b2sums = SKIP @@ -1,23 +1,17 @@ -# Maintainer: Your Name <youremail@domain.com> +# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com> + pkgname=amberol-git -pkgver=0.2.0.r1.g8f524d0 +pkgver=0.3.0.r13.g2ce09b4 pkgrel=1 pkgdesc="Plays music, and nothing else" arch=('x86_64') url="https://gitlab.gnome.org/ebassi/amberol" license=('GPL3') -depends=('libadwaita' 'gstreamer') -makedepends=('meson') +depends=('libadwaita' 'gstreamer' 'gst-plugins-base') +makedepends=('git' 'meson' 'rust') checkdepends=('appstream-glib') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") -provides=() -conflicts=() -replaces=() -backup=() -options=() -install= -changelog= source=(git+$url.git) b2sums=('SKIP') |