summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2023-08-24 21:31:26 +0200
committerRobert Tari2023-08-24 21:31:26 +0200
commit1b3d71f1bb79e01d3d0b77b50b7317ce789648c8 (patch)
treec7274278b6cbc35bc81dffa77edf8db658c74904
parentd85f02d4f7948807f95e88e9fc62ba208f0f3eb2 (diff)
downloadaur-librda.tar.gz
Automatic update via tari.in
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ebc5f77570..44f0b44c27c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,11 @@ pkgbase = librda
arch = pentium4
license = LGPL2.1
license = GPL3
- makedepends = libtool
makedepends = gobject-introspection
makedepends = intltool
makedepends = gtk3
depends = glib2
+ depends = glibc
source = librda-0.0.5.tar.gz::https://github.com/ArcticaProject/librda/archive/refs/tags/0.0.5.tar.gz
md5sums = 97f8f9f42bb798805e682003e696d744
diff --git a/PKGBUILD b/PKGBUILD
index 7996fae962f0..8fc17f8fa73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Remote Desktop Awareness Shared Library"
arch=("i686" "x86_64" "pentium4")
url="https://github.com/ArcticaProject/librda"
license=("LGPL2.1" "GPL3")
-makedepends=("libtool" "gobject-introspection" "intltool" "gtk3")
-depends=("glib2")
+makedepends=("gobject-introspection" "intltool" "gtk3")
+depends=("glib2" "glibc")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ArcticaProject/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
md5sums=("97f8f9f42bb798805e682003e696d744")