summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57eae1fb96ce..8eef8c7f1327 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bluelog
pkgdesc = A highly configurable Linux Bluetooth scanner with optional web interface
pkgver = 1.1.2
pkgrel = 2
- url = http://www.digifail.com/software/bluelog.shtml
+ url = https://github.com/MS3FGX/Bluelog
arch = i686
arch = x86_64
license = GPL-2.0-only
diff --git a/PKGBUILD b/PKGBUILD
index 43ec47262c91..50efadd6f360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=2
_pkgname=Bluelog
pkgdesc="A highly configurable Linux Bluetooth scanner with optional web interface"
arch=(i686 x86_64)
-url="http://www.digifail.com/software/bluelog.shtml"
-#url="https://github.com/MS3FGX/Bluelog"
+#url="http://www.digifail.com/software/bluelog.shtml"
+url="https://github.com/MS3FGX/Bluelog"
license=('GPL-2.0-only')
makedepends=('wget')
depends=('bluez' 'bluez-libs')