Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.81 KB | None | 0 0
  1. diff --git a/.SRCINFO b/.SRCINFO
  2. index e20b403..5e1c424 100644
  3. --- a/.SRCINFO
  4. +++ b/.SRCINFO
  5. @@ -1,6 +1,6 @@
  6.  pkgbase = galleon-prod
  7.         pkgdesc = A wallet for the Tezos blockchain
  8. -       pkgver = 0.8.2b
  9. +       pkgver = 0.9.2b
  10.         pkgrel = 1
  11.         url = https://github.com/Cryptonomic/Tezori
  12.         arch = x86_64
  13. @@ -10,8 +10,8 @@ pkgbase = galleon-prod
  14.         depends = nss
  15.         depends = gconf
  16.         noextract = Galleon-0.8.2-b.deb
  17. -       source = https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.8.2b/Galleon-0.8.2-b.deb
  18. -       md5sums = ce18e0c94e4693f5a3e517c02cae2362
  19. +       source = https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.9.2b/galleon_0.9.2-b_amd64.deb
  20. +       md5sums = eefa74b02086dd768c4d599d0a9fc84f
  21.  
  22.  pkgname = galleon-prod
  23.  
  24. diff --git a/PKGBUILD b/PKGBUILD
  25. index eb207db..1db5773 100644
  26. --- a/PKGBUILD
  27. +++ b/PKGBUILD
  28. @@ -1,22 +1,23 @@
  29.  # Maintainer: Lukasz Gasior <lukas.gasior@gmail.com>
  30.  
  31.  pkgname=galleon-prod
  32. -pkgver=0.8.2b
  33. +_pkgver=0.9.2
  34. +pkgver="${_pkgver}b"
  35.  pkgrel=1
  36.  pkgdesc="A wallet for the Tezos blockchain"
  37.  arch=('x86_64')
  38.  url="https://github.com/Cryptonomic/Tezori"
  39.  depends=('libxss' 'gtk3' 'nss' 'gconf')
  40. -source=("https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.8.2b/Galleon-0.8.2-b.deb")
  41. +source=("https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_$pkgver/galleon_$_pkgver-b_amd64.deb")
  42.  noextract=('Galleon-0.8.2-b.deb')
  43.  license=('GPL3')
  44. -md5sums=('ce18e0c94e4693f5a3e517c02cae2362')
  45. +md5sums=('eefa74b02086dd768c4d599d0a9fc84f')
  46.  
  47.  prepare() {
  48. -    ar x Galleon-0.8.2-b.deb data.tar.xz
  49. +    ar x galleon_$_pkgver-b_amd64.deb data.tar.xz
  50.      tar xf data.tar.xz
  51.      rm data.tar.xz
  52. -    rm Galleon-0.8.2-b.deb
  53. +    rm galleon_$_pkgver-b_amd64.deb
  54.  }
  55.  
  56.  package() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement