summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody P Schafer2021-09-28 15:01:57 -0400
committerCody P Schafer2021-09-28 15:01:57 -0400
commit6904433052ebd63a3a36eaab06fbb5f453e027be (patch)
tree177a32db3046d34c04ca20c3659a8eab78972b20
parent08dd8a8d895dcddf134c1dafff26fc33e3c99d34 (diff)
downloadaur-6904433052ebd63a3a36eaab06fbb5f453e027be.tar.gz
use github url because 01.org is dead
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe3d260ba5e..b22f5a768ff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = neard
pkgdesc = Intel's Near Field Communication manager
pkgver = 0.17
pkgrel = 1
- url = https://01.org/linux-nfc/
+ url = https://github.com/linux-nfc/neard
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 0e225125248d..051fd74d1e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.17
pkgrel=1
pkgdesc="Intel's Near Field Communication manager"
arch=('i686' 'x86_64')
-url="https://01.org/linux-nfc/"
+url="https://github.com/linux-nfc/neard"
license=('GPL2')
depends=('dbus>=1.2' 'libnl' 'glib2>=2.28')
makedepends=('automake' 'autoconf>=2.60' 'libtool' 'chrpath')