summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2020-06-20 11:47:45 +0800
committerIru Cai2020-06-20 11:47:45 +0800
commit1d921a8bf6cf3ef350f6cdfcd83805bce1bc5ab7 (patch)
tree4c7a2576afba5277367c432c3228c56265099d4f
parentaafdc9a69d0b7577ebac1d8568fe615a508b5375 (diff)
downloadaur-libotr-ng-git.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
-rw-r--r--nopedantic.patch15
3 files changed, 8 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d63fafb613f..502f3ef6c17f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libotr-ng-git
pkgdesc = A new implementation of OTR with support for version 4.
- pkgver = 2783.b40e1410
+ pkgver = 2884.cd983b2d
pkgrel = 1
url = https://github.com/otrv4/libotr-ng
arch = i686
@@ -12,9 +12,7 @@ pkgbase = libotr-ng-git
depends = libotr
depends = libgcrypt
source = git+https://github.com/otrv4/libotr-ng.git
- source = nopedantic.patch
sha256sums = SKIP
- sha256sums = 5e4b09cced2c12e592caae20a9ee1723090cae9885ced69205947be4d9385b57
pkgname = libotr-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index d41ebd472b61..c3c97ef3a7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,20 @@
pkgname='libotr-ng-git'
_pkgname='libotr-ng'
-pkgver=2783.b40e1410
+pkgver=2884.cd983b2d
pkgrel=1
pkgdesc='A new implementation of OTR with support for version 4.'
arch=('i686' 'x86_64')
url='https://github.com/otrv4/libotr-ng'
license=('LGPL')
depends=('glib2' 'libgoldilocks-git' 'libsodium' 'libotr' 'libgcrypt')
-source=('git+https://github.com/otrv4/libotr-ng.git'
- nopedantic.patch)
-sha256sums=('SKIP'
- 5e4b09cced2c12e592caae20a9ee1723090cae9885ced69205947be4d9385b57)
+source=('git+https://github.com/otrv4/libotr-ng.git')
+sha256sums=('SKIP')
-prepare() {
- cd "${srcdir}/${_pkgname}"
- patch -p1 -i "${srcdir}/nopedantic.patch"
-}
+#prepare() {
+ #cd "${srcdir}/${_pkgname}"
+ #patch -p1 -i "${srcdir}/nopedantic.patch"
+#}
build() {
cd "${srcdir}/${_pkgname}"
diff --git a/nopedantic.patch b/nopedantic.patch
deleted file mode 100644
index c4a8bc3e977b..000000000000
--- a/nopedantic.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 1a0b247c..77640fe9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -95,10 +95,6 @@ AX_CHECK_COMPILE_FLAG([-std=c99],
- [AX_APPEND_FLAG([-std=c99])],
- [AC_MSG_NOTICE(No support for -std=c99 flag)]
- )
--AX_CHECK_COMPILE_FLAG([-pedantic-errors],
-- [AX_APPEND_FLAG([-pedantic-errors])],
-- [AC_MSG_NOTICE(No support for -pedantic-errors flag)]
--)
-
- AX_CFLAGS_GCC_OPTION([-Wall])
- AX_CFLAGS_GCC_OPTION([-Wextra])