summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')