[arch-commits] Commit in sx (repos/community-any/PKGBUILD trunk/PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed May 9 14:03:13 UTC 2018
Date: Wednesday, May 9, 2018 @ 14:03:12
Author: eschwartz
Revision: 319874
Fix sources not being unique enough for shared $SRCDEST
oops.
Modified:
sx/repos/community-any/PKGBUILD
sx/trunk/PKGBUILD
------------------------------+
repos/community-any/PKGBUILD | 2 +-
trunk/PKGBUILD | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD 2018-05-09 13:58:12 UTC (rev 319873)
+++ repos/community-any/PKGBUILD 2018-05-09 14:03:12 UTC (rev 319874)
@@ -9,7 +9,7 @@
url="https://github.com/Earnestly/sx"
license=('MIT')
depends=('xorg-server' 'xorg-xauth')
-source=("${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
package() {
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2018-05-09 13:58:12 UTC (rev 319873)
+++ trunk/PKGBUILD 2018-05-09 14:03:12 UTC (rev 319874)
@@ -9,7 +9,7 @@
url="https://github.com/Earnestly/sx"
license=('MIT')
depends=('xorg-server' 'xorg-xauth')
-source=("${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
package() {
More information about the arch-commits
mailing list