summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJguer2018-05-20 16:24:35 +0100
committerJguer2018-05-20 16:24:35 +0100
commite36f52718b8ca935fd87a752b2a1d9265d768a2e (patch)
tree043629b0eb5e72c6b18baf8b4e163c68956056c7 /PKGBUILD
parentb63f4c204d5aaf514309b700229727bbebf57021 (diff)
downloadaur-e36f52718b8ca935fd87a752b2a1d9265d768a2e.tar.gz
Implement source name change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fddfeeac9dd3..0f6226843346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=6.777
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
@@ -15,7 +15,7 @@ makedepends=(
'go'
)
conflicts=('yay-bin' 'yay-git')
-source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('5cc83ff7947836ef284b9dba3df5aac96c7f6033')
build() {