summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Egorov2024-11-17 16:30:56 +0300
committerAlexander Egorov2024-11-17 16:30:56 +0300
commite1daab996f8335383b45033682f9722984077536 (patch)
treeb18c509b4075a78cf0db6a9eae7b552e3ea98fe7 /PKGBUILD
parent46de7ad33e58327ec1fe7b609fb2351ca8464f29 (diff)
downloadaur-e1daab996f8335383b45033682f9722984077536.tar.gz
v0.16.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10c8389e2876..168c1db90daf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv
-pkgver=0.16.5
+pkgver=0.16.6
pkgrel=1
makedepends=('cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -9,11 +9,11 @@ url="https://github.com/aegoroff/solv"
license=('MIT')
build() {
- return 0
+ return 0
}
package() {
- conflicts=("solv-bin")
+ conflicts=("solv-bin")
- cargo install --no-track --root "$pkgdir/usr/" solv
+ cargo install --no-track --root "$pkgdir/usr/" solv
}