summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorge Israel Peña2016-12-29 15:55:55 -0800
committerJorge Israel Peña2016-12-29 15:55:55 -0800
commit2cb82361155e1cff0595ebf6576293ced21bac29 (patch)
tree340971cd6881533badd9913bad03770f167a8a3c /PKGBUILD
parent200849aa2da961d8091dc05a4f6d23f13dcfa428 (diff)
downloadaur-2cb82361155e1cff0595ebf6576293ced21bac29.tar.gz
update to 1.4.0rc4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5ca6498d825..fd3800ec9f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jorge Israel Peña <jorge.israel.p@gmail.com>
pkgname=syncplay
-pkgver=1.4.0rc2
+pkgver=1.4.0rc4
pkgrel=1
pkgdesc="synchronize watching movies on mplayer2, vlc, mpv, and mpc-hc on many computers"
arch=('any')
url="http://syncplay.pl/"
license=('custom')
depends=(python2 python2-pyside python2-twisted)
-source=("https://github.com/Syncplay/syncplay/archive/v1.4.0-RC2.tar.gz"
+source=("https://github.com/Syncplay/syncplay/archive/v1.4.0-RC4.tar.gz"
syncplay.service)
-sha256sums=('29bd80ef3de7241eee71d0b9d7884c1c694a490d83acc96e3f06b05f419d5409'
+sha256sums=('6468de7fad357ae101b869b2a828c26a6aeeea86a8a14737ce796948484c1310'
'7b0db4ec2731288084d788fc26e11b14166b6886f406b26e9e1c4e67ed9feb0f')
package() {
@@ -19,7 +19,7 @@ package() {
# systemd
install -Dm644 syncplay.service ${pkgdir}/usr/lib/systemd/system/syncplay.service
- cd "syncplay-1.4.0-RC2"
+ cd "syncplay-1.4.0-RC4"
- make PREFIX="$pkgdir" install
+ make DESTDIR="$pkgdir" install
}