summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2018-01-17 06:54:54 -0800
committerAnatol Pomozov2018-01-17 06:54:54 -0800
commitff0a314bf52869ba1d43142d10e4e16f08426d2e (patch)
tree551cfff720d084495fc0ab125f553194d85649bf
parent66fe4cc8d0105b5225304ff579e4bdb3fff32894 (diff)
downloadaur-ff0a314bf52869ba1d43142d10e4e16f08426d2e.tar.gz
Remove README changes from the patch
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Revert-Drop-install-target-and-documentation.patch37
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a031286bad1a..8cdca7f93a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 26 22:10:47 UTC 2017
+# Wed Jan 17 14:54:20 UTC 2018
pkgbase = libopencm3-git
pkgdesc = Open Source firmware library for various ARM Cortex microcontrollers
- pkgver = r2043.953bf531
+ pkgver = r2054.3922cc7d
pkgrel = 1
url = http://www.libopencm3.org/
arch = any
@@ -17,7 +17,7 @@ pkgbase = libopencm3-git
source = git://github.com/libopencm3/libopencm3.git
source = 0001-Revert-Drop-install-target-and-documentation.patch
sha256sums = SKIP
- sha256sums = 7d96774d48f00d487416b73d3ff6ecc11d9e0048eadc24e721d2830ab8f7b96c
+ sha256sums = 2fe07ae84b02c4e9aefb8a0915a611e9da54bbeae11c7454c059e56a7283b4fa
pkgname = libopencm3-git
diff --git a/0001-Revert-Drop-install-target-and-documentation.patch b/0001-Revert-Drop-install-target-and-documentation.patch
index 416499170371..50d1177e6972 100644
--- a/0001-Revert-Drop-install-target-and-documentation.patch
+++ b/0001-Revert-Drop-install-target-and-documentation.patch
@@ -3,12 +3,8 @@ From: Anatol Pomozov <anatol.pomozov@gmail.com>
Date: Tue, 8 Mar 2016 08:45:34 -0800
Subject: [PATCH] Revert "Drop "install" target and documentation."
-This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
+This partially reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
---
- Makefile | 25 ++++++++++++++++++++++++-
- README.md | 11 ++++++++---
- 2 files changed, 32 insertions(+), 4 deletions(-)
-
diff --git a/Makefile b/Makefile
index d93efea..8476bd1 100644
--- a/Makefile
@@ -56,35 +52,4 @@ index d93efea..8476bd1 100644
-.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders stylecheck genlinktests
+.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders stylecheck genlinktests
-diff --git a/README.md b/README.md
-index 938d5e2..ff331aa 100644
---- a/README.md
-+++ b/README.md
-@@ -136,9 +136,13 @@ https://github.com/libopencm3/libopencm3-examples
- Installation
- ------------
-
--Simply pass -I and -L flags to your own project. See the libopencm3-examples
--repository for an example of using this library as a git submodule, the most
--popular method of use.
-+ $ make install
-+
-+This will install the library into `/usr/local`. (permissions permitting)
-+
-+If you want to install it elsewhere, use the following syntax:
-+
-+ $ make DESTDIR=/opt/libopencm3 install
-
- It is strongly advised that you do not attempt to install this library to any
- path inside your toolchain itself. While this means you don't have to include
-@@ -147,6 +151,7 @@ linker from picking the right versions of libraries. Common symptoms are
- hardfaults caused by branches into arm code. You can use `arm-none-eabi-objdump`
- to check for this in your final elf. You have been warned.
-
-+
- Coding style and development guidelines
- ---------------------------------------
-
---
-2.7.2
diff --git a/PKGBUILD b/PKGBUILD
index 5deb41d7992e..ab5cda9c72ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Schmölzer <mschmoelzer@gmail.com>
pkgname=libopencm3-git
-pkgver=r2043.953bf531
+pkgver=r2054.3922cc7d
pkgrel=1
pkgdesc='Open Source firmware library for various ARM Cortex microcontrollers'
arch=(any)
@@ -12,7 +12,7 @@ options=(!strip staticlibs !buildflags)
source=(git://github.com/libopencm3/libopencm3.git
0001-Revert-Drop-install-target-and-documentation.patch)
sha256sums=('SKIP'
- '7d96774d48f00d487416b73d3ff6ecc11d9e0048eadc24e721d2830ab8f7b96c')
+ '2fe07ae84b02c4e9aefb8a0915a611e9da54bbeae11c7454c059e56a7283b4fa')
pkgver() {
cd libopencm3