summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild2020-02-16 13:20:56 -0500
committerAllen Wild2020-02-16 13:20:56 -0500
commit08fc2b6782f20cd3f1e458b42578ac551810c012 (patch)
treeade09bdafe95466995e8344a696d58ad914169e3
parenteb4c55c0179cc2a006ecb80f68598bac47dd0f8c (diff)
downloadaur-08fc2b6782f20cd3f1e458b42578ac551810c012.tar.gz
update to 1.9.1.r14.g3532de8-1
* Drop arduino reset patch, PR is merged upstream. * update .gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD11
3 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b046bbfc68..c5d47263d62c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bossa-git
pkgdesc = Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers
- pkgver = 1.9.1.r8.g8202074
- pkgrel = 3
+ pkgver = 1.9.1.r14.g3532de8
+ pkgrel = 1
url = https://github.com/shumatech/BOSSA
arch = i686
arch = x86_64
@@ -12,9 +12,7 @@ pkgbase = bossa-git
provides = bossa
conflicts = bossa
source = git://github.com/shumatech/BOSSA
- source = arduino-reset.patch::https://github.com/shumatech/BOSSA/pull/78.patch
sha256sums = SKIP
- sha256sums = da2571b32da6dd7212654efb96aa7f17a80790e695118f8a13847ffca62de294
pkgname = bossa-git
diff --git a/.gitignore b/.gitignore
index 674caef92509..c600a0d1227a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
-/arduino-reset.patch
-/version-option.patch
/pkg/
/src/
/BOSSA/
-*.pkg.tar.xz
+*.pkg.tar*
*.swp
*~
diff --git a/PKGBUILD b/PKGBUILD
index 7e6d0d5f07dd..293ff7bf6015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Allen Wild <allenwild93@gmail.com>
# Contributor: Matt Coffin <mcoffin13@gmail.com>
pkgname=bossa-git
-pkgver=1.9.1.r8.g8202074
-pkgrel=3
+pkgver=1.9.1.r14.g3532de8
+pkgrel=1
pkgdesc="Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers"
arch=('i686' 'x86_64')
url="https://github.com/shumatech/BOSSA"
@@ -11,10 +11,8 @@ makedepends=('git')
depends=('readline' 'wxgtk')
provides=('bossa')
conflicts=('bossa')
-source=("git://github.com/shumatech/BOSSA"
- "arduino-reset.patch::https://github.com/shumatech/BOSSA/pull/78.patch")
-sha256sums=('SKIP'
- 'da2571b32da6dd7212654efb96aa7f17a80790e695118f8a13847ffca62de294')
+source=("git://github.com/shumatech/BOSSA")
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/BOSSA"
@@ -23,7 +21,6 @@ pkgver() {
prepare() {
cd "$srcdir/BOSSA"
- patch -Np1 -i "$srcdir/arduino-reset.patch"
}
build() {