diff options
author | Philippe Miron | 2016-08-18 23:33:30 -0400 |
---|---|---|
committer | Philippe Miron | 2016-08-18 23:33:30 -0400 |
commit | 177cc6a9c19b0803943dc46473d01ca7c11e586f (patch) | |
tree | 14437f95095e3ec63ad62465a28112daf170b9eb | |
parent | 6643258f597acf1701be109fc53cede3560bbf5e (diff) | |
download | aur-177cc6a9c19b0803943dc46473d01ca7c11e586f.tar.gz |
Update to 3.2.4
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = cryptocat pkgdesc = Free software with a simple mission: everyone should be able to chat with their friends in privacy - pkgver = 3.2.03 + pkgver = 3.2.04 pkgrel = 1 epoch = 0 url = https://crypto.cat @@ -9,7 +9,7 @@ pkgbase = cryptocat makedepends = gendesk makedepends = gnupg source = https://download.crypto.cat/client/Cryptocat-linux-x64.zip - md5sums = b797d8b4f6b3fbc4c8f1f63c3f6a7cf8 + md5sums = 1a9358e7730b9e24ca98b4a1f44518c5 pkgname = cryptocat @@ -1,7 +1,7 @@ # Maintainer: Philippe Miron <tuxication@gmail.com> pkgname=cryptocat -pkgver=3.2.03 +pkgver=3.2.04 pkgrel=1 epoch=0 pkgdesc="Free software with a simple mission: everyone should be able to chat with their friends in privacy" @@ -22,7 +22,7 @@ install= changelog= source=("https://download.crypto.cat/client/Cryptocat-linux-x64.zip") noextract=() -md5sums=('b797d8b4f6b3fbc4c8f1f63c3f6a7cf8') +md5sums=('1a9358e7730b9e24ca98b4a1f44518c5') validpgpkeys=() prepare() { @@ -40,14 +40,14 @@ build() { package() { # Install the main app install -dm755 "$pkgdir/opt/" - cp -r $pkgname $pkgdir/opt + cp -r $pkgname $pkgdir/opt # desktop file install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 "$pkgname/logo.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" # Create a symlink to /usr/bin - install -d "$pkgdir/usr/bin/" - ln -sf /opt/${pkgname}/Cryptocat "$pkgdir/usr/bin/$pkgname" - chmod 755 "${pkgdir}/opt/${pkgname}/Cryptocat" + install -d "$pkgdir/usr/bin/" + ln -sf /opt/${pkgname}/Cryptocat "$pkgdir/usr/bin/$pkgname" + chmod 755 "${pkgdir}/opt/${pkgname}/Cryptocat" } |