summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:04:03 +0800
committerChocobo12023-04-13 17:04:03 +0800
commitb0f88a27a0e0b139d6a0660aa22652e35ddce9ed (patch)
treec5f7904a0ea0df6ba85ef0a600d4decb4050bd03
parent06636c8b25eac6091d8a9c17b05435ed9d6632b6 (diff)
downloadaur-b0f88a27a0e0b139d6a0660aa22652e35ddce9ed.tar.gz
upgpkg: uci-git r566.g04d0c46-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa58df2aefe1..3dd46febb45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uci-git
pkgdesc = OpenWrt unified configuration interface
- pkgver = r511.g4c8b4d6
- pkgrel = 2
+ pkgver = r566.g04d0c46
+ pkgrel = 1
url = https://openwrt.org/docs/techref/uci
arch = i686
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = uci-git
depends = glibc
depends = libubox
depends = lua
- provides = uci
+ provides = uci=r566.g04d0c46
conflicts = uci
source = git+https://git.openwrt.org/project/uci.git
sha256sums = SKIP
pkgname = uci-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 66ca2ed1a4fe..11e435b2d220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=uci-git
-pkgver=r511.g4c8b4d6
-pkgrel=2
+pkgver=r566.g04d0c46
+pkgrel=1
pkgdesc="OpenWrt unified configuration interface"
arch=('i686' 'x86_64')
url="https://openwrt.org/docs/techref/uci"
license=('LGPL')
depends=('glibc' 'libubox' 'lua')
makedepends=('git' 'cmake')
-provides=('uci')
+provides=("uci=$pkgver")
conflicts=('uci')
source=("git+https://git.openwrt.org/project/uci.git")
sha256sums=('SKIP')