summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90609ae621b..33467362579b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ubus-git
- pkgdesc = OpenWrt ubus library
+ pkgdesc = OpenWrt ubus library - system bus
pkgver = r324.ad0cd11
pkgrel = 1
url = https://git.openwrt.org/project/ubus.git
diff --git a/PKGBUILD b/PKGBUILD
index d9ad3550f71d..76a32a3d7c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: Luka Perkov <luka.perkov@sartura.hr>
-
+# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=ubus-git
pkgver=r324.ad0cd11
pkgrel=1
-pkgdesc='OpenWrt ubus library'
+pkgdesc='OpenWrt ubus library - system bus'
url='https://git.openwrt.org/project/ubus.git'
arch=('i686' 'x86_64' 'armv7h')
license=('LGPL 2.1')