summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwebmeister2017-01-22 10:26:18 +0100
committerwebmeister2017-01-22 10:26:18 +0100
commite2986dc626b18cbf6a19e42bb10d9c434dfe375a (patch)
treea476d635c53bce6cd2cc5d021cc6a60dc2e01fac
parent1644a5b7f8e064b32dee2326519c9bec9ad2025e (diff)
downloadaur-libfreefare-git.tar.gz
Update source URL and metadata
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab89e72c01df..cf792d0fe7d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libfreefare-git
- pkgdesc = Provides a convenient API for MIFARE card manipulations
- pkgver = 0.3.5.r441.g14219ab
+ pkgdesc = A convenience API for NFC cards manipulations on top of libnfc
+ pkgver = 0.4.0.r507.g295104a
pkgrel = 1
- url = http://code.google.com/p/nfc-tools/
+ url = http://nfc-tools.org/index.php?title=Libfreefare
arch = i686
arch = x86_64
license = LGPL3
@@ -10,7 +10,7 @@ pkgbase = libfreefare-git
depends = libnfc>=1.7.0
provides = libfreefare
conflicts = libfreefare
- source = git+https://code.google.com/p/libfreefare/
+ source = git+https://github.com/nfc-tools/libfreefare.git
sha256sums = SKIP
pkgname = libfreefare-git
diff --git a/PKGBUILD b/PKGBUILD
index 9e9f5b6a0db9..915fcc18c8c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# based on libfreefare PKGBUILD by James Buckley
pkgname=libfreefare-git
-pkgver=0.3.5.r441.g14219ab
+pkgver=0.4.0.r507.g295104a
pkgrel=1
-pkgdesc='Provides a convenient API for MIFARE card manipulations'
+pkgdesc='A convenience API for NFC cards manipulations on top of libnfc'
arch=('i686' 'x86_64')
-url='http://code.google.com/p/nfc-tools/'
+url='http://nfc-tools.org/index.php?title=Libfreefare'
license=('LGPL3')
depends=('libnfc>=1.7.0')
makedepends=('git')
provides=('libfreefare')
conflicts=('libfreefare')
-source=('git+https://code.google.com/p/libfreefare/')
+source=('git+https://github.com/nfc-tools/libfreefare.git')
sha256sums=('SKIP')
_gitname=libfreefare