summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2021-04-17 19:47:35 +0800
committerLeo2021-04-17 19:47:35 +0800
commit9360925602e1c115fb71ebc31c6c8029fbdb1dfa (patch)
treeaeb3ef946ba694b14e4791ad972d9ef69168422b
parent91fd69b7444b4a351dc619f0a00d86f4c4c620bd (diff)
downloadaur-9360925602e1c115fb71ebc31c6c8029fbdb1dfa.tar.gz
minor fix on PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 058b851d91ca..eb69963820f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = roadrunner
pkgdesc = High-performance PHP application server, load-balancer and process manager written in Golang
pkgver = 2.0.4
- pkgrel = 3
+ pkgrel = 4
url = https://roadrunner.dev/
arch = x86_64
license = MIT
makedepends = go>=1.16
options = !buildflags
- source = roadrunner-binary-2.0.4.tar.gz::https://github.com/spiral//archive/v2.0.4.tar.gz
+ source = roadrunner-binary-2.0.4.tar.gz::https://github.com/spiral/roadrunner-binary/archive/v2.0.4.tar.gz
source = roadrunner-2.0.4.tar.gz::https://github.com/spiral/roadrunner/archive/v2.0.4.tar.gz
source = .rr.yaml.sample-full
source = .rr.yaml.sample-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 735f7f2eabc0..140daeeed804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=roadrunner
pkgver=2.0.4
-pkgrel=3
+pkgrel=4
pkgdesc="High-performance PHP application server, load-balancer and process manager written in Golang"
arch=(x86_64)
url="https://roadrunner.dev/"
@@ -10,7 +10,7 @@ license=(MIT)
depends=()
makedepends=("go>=1.16")
source=(
- "$pkgname-binary-$pkgver.tar.gz::https://github.com/spiral/$binname/archive/v$pkgver.tar.gz"
+ "$pkgname-binary-$pkgver.tar.gz::https://github.com/spiral/$pkgname-binary/archive/v$pkgver.tar.gz"
"$pkgname-$pkgver.tar.gz::https://github.com/spiral/$pkgname/archive/v$pkgver.tar.gz"
".rr.yaml.sample-full"
".rr.yaml.sample-minimal"