summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody P Schafer2021-11-22 09:53:25 -0500
committerCody P Schafer2021-11-22 09:53:41 -0500
commit98a4db718ed1895812d7473f4eccee83eddd862a (patch)
treeed4c33d34546153bdbee1150ec359e6f4cf7ffe2
parent10611eca7cd3283ef2e7f5854d7ace5c513e09dc (diff)
downloadaur-98a4db718ed1895812d7473f4eccee83eddd862a.tar.gz
update to 0.18
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 709cf17b59c7..8a0a312176cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neard
pkgdesc = Intel's Near Field Communication manager
- pkgver = 0.17
+ pkgver = 0.18
pkgrel = 1
url = https://github.com/linux-nfc/neard
arch = i686
@@ -15,11 +15,11 @@ pkgbase = neard
depends = libnl
depends = glib2>=2.28
backup = etc/neard/main.conf
- source = https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/neard-0.17.tar.gz
+ source = https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/neard-0.18.tar.gz
source = bindir.patch
source = config.patch
source = neard.service
- md5sums = cf64aa4d8c8c9186ead8e7bc5ed454e3
+ md5sums = 0cd0760c0a8e6ee3b750ac827a86bb06
md5sums = 5ab4e8d3ec2b8dd1d591483b072b07b4
md5sums = 1e3cfed20a3dbdb7ee9d0946e1c8dc81
md5sums = 3968d529bd6d1604f7e2ee3ce18fd3b6
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..62399afa57c6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.*
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 1e6c9349f762..bd1300c26e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dmytro Bagrii <dimich.dmb@gmail.com>
pkgname=neard
-pkgver=0.17
+pkgver=0.18
pkgrel=1
pkgdesc="Intel's Near Field Communication manager"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/$pkgname-$pkg
bindir.patch
config.patch
neard.service)
-md5sums=('cf64aa4d8c8c9186ead8e7bc5ed454e3'
+md5sums=('0cd0760c0a8e6ee3b750ac827a86bb06'
'5ab4e8d3ec2b8dd1d591483b072b07b4'
'1e3cfed20a3dbdb7ee9d0946e1c8dc81'
'3968d529bd6d1604f7e2ee3ce18fd3b6')