Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2016 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6cf044419266a7299d86 to your computer and use it in GitHub Desktop.
Save anonymous/6cf044419266a7299d86 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index c57c3e8..1f199c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lastpass-pocket
pkgver=3.2.16
-pkgrel=1
+pkgrel=2
pkgdesc="Backup and offline access for LastPass"
arch=('i686' 'x86_64')
url="https://lastpass.com"
@@ -19,8 +19,8 @@ sha1sums=('4e8258a93d2a72c86abc916fee1faab0d34fc8a7'
'043994fdbb2af48eadb17e2ffe48a9a1652c297b')
sha1sums_i686=('4e09423dae6c4e7997bea41238ea3060d29aaa25')
sha1sums_x86_64=('ec44400081cf5dd841a4bdcbaa3d72f3e83b61b4')
-source_i686=(https://download.lastpass.com/pocket.tar.bz2)
-source_x86_64=(https://download.lastpass.com/pocket_x64.tar.bz2)
+source_i686=("pocket_${pkgver}.tar.bz2::https://download.lastpass.com/pocket.tar.bz2")
+source_x86_64=("pocket_x64_${pkgver}.tar.bz2::https://download.lastpass.com/pocket_x64.tar.bz2")
package() {
[ "$CARCH" == i686 ] && _pocket_bin=pocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment