mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Optimize source_x86_64 to avoid makepkg failed sometimes
This commit is contained in:
parent
0556d94305
commit
b086c723a0
2 changed files with 6 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Jan 10 03:11:53 UTC 2019
|
||||
pkgbase = filebrowser-bin
|
||||
pkgdesc = Web File Manager which can be used as a middleware or standalone app.
|
||||
pkgver = 1.11.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/filebrowser/filebrowser
|
||||
install = filebrowser-bin.install
|
||||
arch = x86_64
|
||||
|
|
@ -16,7 +18,7 @@ pkgbase = filebrowser-bin
|
|||
sha256sums = 211e8101821612d9c142ce05db565379845e735ec8f8891e3fa76111a65db799
|
||||
sha256sums = 82e9879a58d21f4ca4a28315f94ffdadfbbf461752e63252bf12b91de93bc9c8
|
||||
sha256sums = 1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db
|
||||
source_x86_64 = https://github.com/filebrowser/filebrowser/releases/download/v1.11.0/linux-amd64-filebrowser.tar.gz
|
||||
source_x86_64 = linux-amd64-filebrowser-1.11.0.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v1.11.0/linux-amd64-filebrowser.tar.gz
|
||||
sha256sums_x86_64 = 48ffb5fe1280672e1ef3a62caae4e7948d19ad9e8b90cc566579781fcd5f6b01
|
||||
|
||||
pkgname = filebrowser-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Sherlock Holo <sherlockya(at)gmail.com>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=1.11.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/filebrowser/filebrowser"
|
||||
|
|
@ -15,7 +15,7 @@ install="$pkgname.install"
|
|||
source=('filebrowser@.service' 'config.json' 'filebrowser-bin.install'
|
||||
'https://raw.githubusercontent.com/hacdias/filebrowser/master/LICENSE')
|
||||
|
||||
source_x86_64=(https://github.com/filebrowser/filebrowser/releases/download/v$pkgver/linux-amd64-filebrowser.tar.gz)
|
||||
source_x86_64=(linux-amd64-filebrowser-$pkgver.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v$pkgver/linux-amd64-filebrowser.tar.gz)
|
||||
|
||||
sha256sums=('a02170d454ca64905b1b5bfe00311afdac4da099eeb14f594e3be9d08bc07af9'
|
||||
'211e8101821612d9c142ce05db565379845e735ec8f8891e3fa76111a65db799'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue