summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094f87383833..518f4bf8e61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goreleaser-bin
pkgdesc = Deliver Go binaries as fast and easily as possible
pkgver = v0.174.0
- pkgrel = 1
+ pkgrel = 2
url = https://goreleaser.com
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a6e032b7c875..a20d225ee4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='goreleaser-bin'
_pkgname="${pkgname%-bin}"
pkgver=v0.174.0
-pkgrel=1
+pkgrel=2
pkgdesc='Deliver Go binaries as fast and easily as possible'
url='https://goreleaser.com'
arch=('x86_64' 'i686' 'aarch64')
@@ -33,5 +33,5 @@ package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
# License
- install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+ install -Dm644 "${srcdir}/LICENSE.md/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}