summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED [x]2017-03-01 20:45:44 +0530
committerTEL.RED [x]2017-03-01 20:45:44 +0530
commitcabcbc481fd0275704f43c950f3d6f7f3a3d31af (patch)
tree0b2579d79643e0deab65a0dc1dd08d296c3588d5
parentfa6d196de52f7aeb72d3ef2fe5025b51bddb8ec8 (diff)
downloadaur-cabcbc481fd0275704f43c950f3d6f7f3a3d31af.tar.gz
Upstream source renamed to prevent package name collision
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 778986beff5a..fd1bffb7082d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 10:26:45 UTC 2017
+# Wed Mar 1 15:14:25 UTC 2017
pkgbase = sky
pkgdesc = Lync and Skype for Business client on Linux
pkgver = 2.1.6571
@@ -21,7 +21,7 @@ pkgbase = sky
depends = libxv
depends = qt5-base>=5.6
depends = qt5-base<5.9.0
- source_x86_64 = https://tel.red/linux/sky-2.1.6571-201703010958-x86_64.pkg.tar.xz
+ source_x86_64 = https://tel.red/linux/sky-orign-2.1.6571-201703010958-x86_64.pkg.tar.xz
sha256sums_x86_64 = d98bcb8708f892f80e9af51ee632695d3c5f2e28d24ee587d6a338ec28e0d227
pkgname = sky
diff --git a/PKGBUILD b/PKGBUILD
index d6aa4e07586a..f7291aeb4a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ makedepends=(
'xz'
)
-source_x86_64=("https://tel.red/linux/sky-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
+source_x86_64=("https://tel.red/linux/sky-orign-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
sha256sums_x86_64=('d98bcb8708f892f80e9af51ee632695d3c5f2e28d24ee587d6a338ec28e0d227')
package() {
@@ -45,7 +45,7 @@ package() {
local _sky_datadir=( "${_sky_bindir}/sounds" )
cd "${pkgdir}"
- tar -Jxf "${srcdir}/sky-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz"
+ tar -Jxf "${srcdir}/sky-orign-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz"
find "${pkgdir}" -maxdepth 1 -type f -delete
}