summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-05-15 20:22:59 -0600
committerMark Wagie2024-05-15 20:22:59 -0600
commit64db3358634af26d2e40653332030825b75c54b7 (patch)
tree18650b9c8d577cdbc6870f2e15582e34dfb60967
parentaf6d3e6573772135b23a5ffb847108660e15d8fe (diff)
downloadaur-cosmic-files-git.tar.gz
correct dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d5a336cdc3e..4b35720fa20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cosmic-files-git
pkgdesc = File manager for the COSMIC desktop environment
- pkgver = r130.4f19123
+ pkgver = r305.93de78d
pkgrel = 1
url = https://github.com/pop-os/cosmic-files
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cosmic-files-git
makedepends = git
makedepends = just
makedepends = mold
- depends = glibc
+ depends = glib2
depends = xdg-utils
provides = cosmic-files
conflicts = cosmic-files
diff --git a/PKGBUILD b/PKGBUILD
index 5d77539117cf..df991f724998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=cosmic-files-git
-pkgver=r130.4f19123
+pkgver=r305.93de78d
pkgrel=1
pkgdesc="File manager for the COSMIC desktop environment"
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/cosmic-files"
license=('GPL-3.0-or-later')
groups=('cosmic')
-depends=('glibc' 'xdg-utils')
+depends=('glib2' 'xdg-utils')
makedepends=('cargo' 'git' 'just' 'mold')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")