summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8b6ac119c4f..9337d6bbd320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="php-go"
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple PHP build tool."
url="https://github.com/herrera-io/php-go"
license="MIT"
@@ -11,12 +11,8 @@ arch=("any")
depends=("php>=5.3.3")
makedepends=("php-box" "php-composer" "git")
install="${pkgname}.install"
-source=(
- "git+https://github.com/herrera-io/php-go.git#tag=${pkgver}"
-)
-sha1sums=(
- "SKIP"
-)
+source=("git+https://github.com/herrera-io/php-go.git#tag=${pkgver}")
+sha256sums=("SKIP")
build() {
cd "${srcdir}/${pkgname}"