summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild2019-06-15 01:15:36 -0400
committerAllen Wild2019-06-15 01:15:36 -0400
commit6fef09759f32c3209d02f13e1007535d7ab6ab82 (patch)
tree84fc8f973b0aa4595698ebf951f1f7ed9276c991
parentcc9e6a57b6b308f61d07469720eecf9ecb1f0d17 (diff)
downloadaur-6fef09759f32c3209d02f13e1007535d7ab6ab82.tar.gz
drop version-option.patch (1.9.1.r8.g8202074-1)
PR was merged upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5dd90cc492..967b0cf16dce 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.r2.g3279031
- pkgrel = 2
+ pkgver = 1.9.1.r8.g8202074
+ pkgrel = 1
url = https://github.com/shumatech/BOSSA
arch = i686
arch = x86_64
@@ -12,10 +12,8 @@ pkgbase = bossa-git
conflicts = bossa
source = git://github.com/shumatech/BOSSA
source = arduino-reset.patch::https://github.com/shumatech/BOSSA/pull/78.patch
- source = version-option.patch::https://github.com/shumatech/BOSSA/pull/92.patch
sha256sums = SKIP
sha256sums = da2571b32da6dd7212654efb96aa7f17a80790e695118f8a13847ffca62de294
- sha256sums = b38f5680f20e456652822714c758184524e41ac27e85716212951f8a6306c807
pkgname = bossa-git
diff --git a/PKGBUILD b/PKGBUILD
index f0e4a2f56903..43ed01527017 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.r2.g3279031
-pkgrel=2
+pkgver=1.9.1.r8.g8202074
+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,11 +11,9 @@ depends=('readline' 'wxgtk')
provides=('bossa')
conflicts=('bossa')
source=("git://github.com/shumatech/BOSSA"
- "arduino-reset.patch::https://github.com/shumatech/BOSSA/pull/78.patch"
- "version-option.patch::https://github.com/shumatech/BOSSA/pull/92.patch")
+ "arduino-reset.patch::https://github.com/shumatech/BOSSA/pull/78.patch")
sha256sums=('SKIP'
- 'da2571b32da6dd7212654efb96aa7f17a80790e695118f8a13847ffca62de294'
- 'b38f5680f20e456652822714c758184524e41ac27e85716212951f8a6306c807')
+ 'da2571b32da6dd7212654efb96aa7f17a80790e695118f8a13847ffca62de294')
pkgver() {
cd "$srcdir/BOSSA"
@@ -24,8 +22,7 @@ pkgver() {
prepare() {
cd "$srcdir/BOSSA"
- patch -p1 -i "$srcdir/arduino-reset.patch"
- patch -p1 -i "$srcdir/version-option.patch"
+ patch -Np1 -i "$srcdir/arduino-reset.patch"
}
build() {