summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkotontrion2024-08-02 10:17:20 +0200
committerkotontrion2024-08-02 10:17:20 +0200
commit9cb87b79490ab33bb9eaf976dd0c80e416aedf76 (patch)
tree66dd44e5ba95e95b89bfcc23bbfc877aedd1b5d2
parente14a0eac62c77dec2a257c87e32f93306ab5cb04 (diff)
downloadaur-9cb87b79490ab33bb9eaf976dd0c80e416aedf76.tar.gz
Initial upload: libastal-network-git r1.7662145-1
upgpkg: astal-git r489.0e2a33b-1 upgpkg: aylurs-gtk-shell-git 1.8.2.r10.g344ea72-1 upgpkg: aylurs-gtk-shell 1.8.2-3 upgpkg: libastal-apps-git r9.f0d902d-1 upgpkg: libastal-auth-git r15.573f5b1-1 upgpkg: libastal-battery-git r5.bc436cc-1 upgpkg: libastal-bluetooth-git r3.b6ca176-1 upgpkg: libastal-git r81.a0680e3-1 upgpkg: libastal-hyprland-git r8.1487240-1 upgpkg: libastal-mpris-git r9.4853378-1 upgpkg: libastal-notifd-git r19.e0c70f0-1 upgpkg: libastal-powerprofiles-git r4.2773e83-1 upgpkg: libastal-river-git r12.0a8a39d-1 upgpkg: libastal-tray-git r14.5db80aa-1 upgpkg: libastal-wireplumber-git r11.8f3eca7-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec611b8813bf..009000595b4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = libastal-mpris-git
pkgdesc = Library and cli tool for controlling media players
- pkgver = r7.ce7152d
+ pkgver = r9.4853378
pkgrel = 1
url = https://github.com/astal-sh/mpris
arch = x86_64
groups = libastal
- license = GPL-3
+ license = LGPL-2.1-only
makedepends = meson
makedepends = git
makedepends = gobject-introspection
makedepends = vala
depends = glib2
+ depends = glibc
depends = json-glib
provides = astal-mpris
provides = libastal-mpris
provides = libastal-mpris.so=0-64
- source = git+https://github.com/astal-sh/mpris
+ source = git+https://github.com/astal-sh/mpris.git
sha256sums = SKIP
pkgname = libastal-mpris-git
diff --git a/PKGBUILD b/PKGBUILD
index a4a828a3bd5d..12c82faf05c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=libastal-mpris-git
_pkgname=mpris
-pkgver=r7.ce7152d
+pkgver=r9.4853378
pkgrel=1
provides=(astal-mpris libastal-mpris libastal-mpris.so=0-64)
pkgdesc="Library and cli tool for controlling media players"
arch=(x86_64)
-license=(GPL-3)
+license=(LGPL-2.1-only)
url="https://github.com/astal-sh/mpris"
depends=(
glib2
+ glibc
json-glib
)
makedepends=(
@@ -20,7 +21,7 @@ makedepends=(
vala
)
groups=("libastal")
-source=("git+${url}")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {