diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000000000000000000000000000000000000..bc2f245061ccd107637d27f98a7f0b4a3ad72f23
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = blueberry
+	pkgdesc = Bluetooth configuration tool
+	pkgver = 1.4.8
+	pkgrel = 2
+	url = https://github.com/linuxmint/blueberry
+	arch = any
+	license = GPL
+	depends = bluez-tools
+	depends = gnome-bluetooth
+	depends = python-dbus
+	depends = python-gobject
+	depends = python-setproctitle
+	depends = rfkill
+	depends = xapps
+	source = https://github.com/linuxmint/blueberry/archive/1.4.8/blueberry-1.4.8.tar.gz
+	sha256sums = 37a5b0bc3c7cbccee625209b9196a2e2966396cfe5c7652318559642fb6a7a32
+
+pkgname = blueberry
diff --git a/PKGBUILD b/PKGBUILD
index b1d89415bb301bb9769f4c5449c985b10d12cbe3..0784f2e0249d056f529c25a5431b3413a005ab8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=blueberry
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Bluetooth configuration tool"
 arch=(any)
 url="https://github.com/linuxmint/blueberry"