summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2020-11-07 08:23:02 +0100
committerMatthias Van Gestel2020-11-07 08:23:02 +0100
commit9384b1f8c6a5648ed2fd4ed577cd5087ff14d731 (patch)
treec7e03e6d37696ce4574f73105d2198997af9f2d1
parentf086ade242a4f10c4c435f7e2965b1cdbc796254 (diff)
downloadaur-9384b1f8c6a5648ed2fd4ed577cd5087ff14d731.tar.gz
Fix dependency libubus --> ubus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30070689f47d..07581751b048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = amxb_ubus-git
pkgdesc = Ubus baapi back-end
pkgver = v0.3.3.r0.gca31123
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus.git
arch = any
license = MIT
depends = lib_amxc
depends = lib_amxp
depends = libubox
- depends = libubus
+ depends = ubus
provides = amxb_ubus
conflicts = amxb_ubus
source = amxb_ubus-git::git+https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index f278d239b341..115381c22228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=amxb_ubus-git
pkgver=v0.3.3.r0.gca31123
-pkgrel=1
+pkgrel=2
pkgdesc="Ubus baapi back-end"
arch=('any')
url="https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus.git"
@@ -11,7 +11,7 @@ depends=(
'lib_amxc'
'lib_amxp'
'libubox'
- 'libubus'
+ 'ubus'
)
makedepends=(
)