Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.24 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 1984103..4817906 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -1,20 +1,23 @@
  6.  # Maintainer: Matt Coffin <mcoffin13@gmail.com>
  7.  pkgname=bossa
  8.  pkgver=1.9.1
  9. -pkgrel=3
  10. +pkgrel=4
  11.  pkgdesc="Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers"
  12.  arch=('i686' 'x86_64')
  13.  url="https://github.com/shumatech/BOSSA"
  14.  license=('BSD')
  15. -depends=('readline' 'wxgtk2')
  16. +depends=('readline' 'wxwidgets-gtk3')
  17.  source=("https://github.com/shumatech/BOSSA/archive/$pkgver.tar.gz"
  18. -        "0001-makefile-allow-for-version-override.patch")
  19. +        "0001-makefile-allow-for-version-override.patch"
  20. +        "0002_update_wxversion_for_wxwidget3_switchover.patch")
  21.  sha256sums=('ca650455dfa36cbd029010167347525bea424717a71a691381c0811591c93e72'
  22. -            '9ec36b0d771457efe0e891c61c608db2058ada81ba7a4536c189a33210d6612f')
  23. +            '9ec36b0d771457efe0e891c61c608db2058ada81ba7a4536c189a33210d6612f'
  24. +            'b9ea6596d352b59b3fbb8fe45ad286a06f5066cd442c03d9989659ff79340e6d')
  25.  
  26.  prepare() {
  27.    cd "$srcdir/BOSSA-$pkgver"
  28.    patch -p1 < "$srcdir/0001-makefile-allow-for-version-override.patch"
  29. +  patch -p1 < "$srcdir/0002_update_wxversion_for_wxwidget3_switchover.patch"
  30.  }
  31.  
  32.  build() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement