summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5619fe39d6bb..749877b62fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michael Hansen <zrax0111 gmail com>
pkgname=opkg
-pkgver=0.4.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="Opkg is a lightweight package management system based upon ipkg"
arch=('i386' 'x86_64')
url="https://code.google.com/archive/p/opkg/"
license=('GPL')
-depends=('curl' 'libarchive' 'gpgme' 'libsolv>=0.6.28')
+depends=('curl' 'libarchive' 'gpgme' 'libsolv>=0.7.14')
source=("http://downloads.yoctoproject.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('45ac1e037d3877f635d883f8a555e172883a25d3eeb7986c75890fdd31250a43')
+sha256sums=('56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c')
build() {
cd ${pkgname}-${pkgver}