summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2024-01-25 12:02:14 +0100
committerUffe Jakobsen2024-01-25 12:02:14 +0100
commit80cb6e9b91142b7c7eb8058514ea236a450d448f (patch)
treed9711e8041c5e6bed6bd81b29037859d8370443e
parent45ef391bf40f808b46f09e222e8726c1bcbd9268 (diff)
downloadaur-bluelog.tar.gz
Change url
-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')