summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-04-07 21:46:55 +0700
committerkhai96_2019-04-07 21:46:55 +0700
commitef857ff4561db7030a2c2e1465f736426f52c448 (patch)
treebcf69b62dff831c4f4eed7190e9f8da9fc8c6186
parent6affd0f66a7358d57c41bc750918ef9522ade403 (diff)
downloadaur-ef857ff4561db7030a2c2e1465f736426f52c448.tar.gz
0.4.0-0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index effe92f8604a..0d8130f5fcec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = miniserve-bin
pkgdesc = Tool to serve files via HTTP
- pkgver = 0.3.1
- pkgrel = 4
+ pkgver = 0.4.0
+ pkgrel = 0
url = https://github.com/svenstaro/miniserve
arch = x86_64
license = MIT
provides = miniserve
conflicts = miniserve
- source = https://github.com/svenstaro/miniserve/releases/download/v0.3.1/miniserve-linux
- source = https://github.com/svenstaro/miniserve/raw/v0.3.1/LICENSE
- sha512sums = 3317c766508c1008b1e8aad61fd9c2b10d75b5c09e32524dd06d5e273690877ed55c836e622dcd730ad3f7af0a7397fd09e05407c6f70f0bf43713218389c672
+ source = https://github.com/svenstaro/miniserve/releases/download/v0.4.0/miniserve-linux-x86_64
+ source = https://github.com/svenstaro/miniserve/raw/v0.4.0/LICENSE
+ sha512sums = SKIP
sha512sums = SKIP
pkgname = miniserve-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c077f027682..8b61e057756f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=miniserve-bin
_pkgname=miniserve
-pkgver=0.3.1
-pkgrel=4
+pkgver=0.4.0
+pkgrel=0
pkgdesc="Tool to serve files via HTTP"
provides=('miniserve')
conflicts=('miniserve')
@@ -11,15 +11,15 @@ arch=('x86_64')
url="https://github.com/svenstaro/miniserve"
license=(MIT)
source=(
- https://github.com/svenstaro/miniserve/releases/download/v${pkgver}/miniserve-linux
+ https://github.com/svenstaro/miniserve/releases/download/v${pkgver}/miniserve-linux-x86_64
https://github.com/svenstaro/miniserve/raw/v${pkgver}/LICENSE
)
sha512sums=(
- '3317c766508c1008b1e8aad61fd9c2b10d75b5c09e32524dd06d5e273690877ed55c836e622dcd730ad3f7af0a7397fd09e05407c6f70f0bf43713218389c672'
+ SKIP
SKIP
)
package() {
- install -Dm755 miniserve-linux "$pkgdir"/usr/bin/miniserve
+ install -Dm755 miniserve-linux-x86_64 "$pkgdir"/usr/bin/miniserve
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}