Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/PKGBUILD b/PKGBUILD
- index 1984103..4817906 100644
- --- a/PKGBUILD
- +++ b/PKGBUILD
- @@ -1,20 +1,23 @@
- # Maintainer: Matt Coffin <mcoffin13@gmail.com>
- pkgname=bossa
- pkgver=1.9.1
- -pkgrel=3
- +pkgrel=4
- pkgdesc="Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers"
- arch=('i686' 'x86_64')
- url="https://github.com/shumatech/BOSSA"
- license=('BSD')
- -depends=('readline' 'wxgtk2')
- +depends=('readline' 'wxwidgets-gtk3')
- source=("https://github.com/shumatech/BOSSA/archive/$pkgver.tar.gz"
- - "0001-makefile-allow-for-version-override.patch")
- + "0001-makefile-allow-for-version-override.patch"
- + "0002_update_wxversion_for_wxwidget3_switchover.patch")
- sha256sums=('ca650455dfa36cbd029010167347525bea424717a71a691381c0811591c93e72'
- - '9ec36b0d771457efe0e891c61c608db2058ada81ba7a4536c189a33210d6612f')
- + '9ec36b0d771457efe0e891c61c608db2058ada81ba7a4536c189a33210d6612f'
- + 'b9ea6596d352b59b3fbb8fe45ad286a06f5066cd442c03d9989659ff79340e6d')
- prepare() {
- cd "$srcdir/BOSSA-$pkgver"
- patch -p1 < "$srcdir/0001-makefile-allow-for-version-override.patch"
- + patch -p1 < "$srcdir/0002_update_wxversion_for_wxwidget3_switchover.patch"
- }
- build() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement