summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-11-08 15:11:47 +1000
committerMark Blakeney2018-11-08 15:11:47 +1000
commit82eea6b31710e34b39674f7bdd56db084ff985b5 (patch)
tree61db7519a315d92ca184718042afc97465310ea9
parent0dcfb6e9d5893c16055e557708088ae4067fc1cc (diff)
downloadaur-82eea6b31710e34b39674f7bdd56db084ff985b5.tar.gz
Previous change should cp px files, not mv
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c35313749c..aeb9f8e488fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skypeforlinux-preview-bin
pkgdesc = Skype for Linux - Preview/Insider Version
pkgver = 8.34.76.37
- pkgrel = 2
+ pkgrel = 3
url = http://www.skype.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 78315b75852e..61858ac58028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-preview-bin
pkgver=8.34.76.37
-pkgrel=2
+pkgrel=3
pkgdesc="Skype for Linux - Preview/Insider Version"
arch=("x86_64")
url="http://www.skype.com"
@@ -33,7 +33,7 @@ package() {
asar extract app.asar _tmp
cd _tmp/images/tray
find . -iname '*@2x.png' | while read f; do
- mv $f ${f//@2x/}
+ cp $f ${f//@2x/}
done
cd "$pkgdir/$_p"
asar pack _tmp app.asar