apk-file: Update to version 0.3.0 and new repository (#1382)

This commit is contained in:
Daniele Debernardi 2018-04-02 02:02:12 +02:00 committed by Oliver Smith
parent 7e93691e27
commit 9cfda8a7e9
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
# Contributor: drebrez <drebrez@gmail.com>
# Maintainer: drebrez <drebrez@gmail.com>
pkgname=apk-file
pkgver=0.1.3
pkgver=0.3.0
pkgrel=0
pkgdesc="Command line front end for pkgs.alpinelinux.org"
url="https://github.com/jessfraz/apk-file"
url="https://github.com/genuinetools/apk-file"
arch="all"
license="MIT"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/jessfraz/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/go/src/github.com/jessfraz/$pkgname"
source="$pkgname-$pkgver.tar.gz::https://github.com/genuinetools/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/go/src/github.com/genuinetools/$pkgname"
options="!check"
prepare() {
mkdir -p "$srcdir/go/src/github.com/jessfraz"
mkdir -p "$srcdir/go/src/github.com/genuinetools"
mv "$srcdir/$pkgname-$pkgver" "$builddir"
}
@ -28,4 +28,4 @@ package() {
"$pkgdir/usr/bin/apk-file"
}
sha512sums="ff688ed064e961321ef984f7cbd2dd6013bbdd7485aa00303039857ce96e5fcda8979e8102f29a66951c377a8f71780218a023833f6eebdf901ffced0ded0d19 apk-file-0.1.3.tar.gz"
sha512sums="17b7f29a652a044547d0385cc73bacbe55a783c390c341fae41e6288a0c96f2a211f6f608feb37ac10dd178d81b60e3a820e8ac118559a5c214f017e1e643a24 apk-file-0.3.0.tar.gz"