diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = nautilus-bluetooth pkgdesc = A simple Nautilus extension that adds a "Send via Bluetooth" entry to Nautilus' right-click menu - pkgver = 1.0.5 + pkgver = 2.0.0 pkgrel = 1 url = https://gitlab.gnome.org/madmurphy/nautilus-bluetooth install = nautilus-bluetooth.install @@ -12,7 +12,7 @@ pkgbase = nautilus-bluetooth depends = gnome-bluetooth conflicts = nautilus-bluetooth-git conflicts = nautilus-bluetooth-bin - source = https://github.com/madmurphy/nautilus-bluetooth/releases/download/1.0.5/nautilus-bluetooth-1.0.5-with-configure.tar.gz - sha256sums = 5fc2502b7b4208b573150997a6cd85fddb3209f5a6a2da3ab9cb1d08d8df32d8 + source = https://github.com/madmurphy/nautilus-bluetooth/releases/download/2.0.0/nautilus-bluetooth-2.0.0-with-configure.tar.gz + sha256sums = 838188f61722ca2214dd71efd2910d3086faaa42a1410987b85f24ec7ab6efed pkgname = nautilus-bluetooth @@ -1,7 +1,7 @@ # Maintainer: grufo <madmurphy333 AT gmail DOT com> pkgname='nautilus-bluetooth' -pkgver='1.0.5' +pkgver='2.0.0' pkgrel=1 pkgdesc="A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('glib2' 'libnautilus-extension' 'gnome-bluetooth') conflicts=("${pkgname}-git" "${pkgname}-bin") source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz") install="${pkgname}.install" -sha256sums=('5fc2502b7b4208b573150997a6cd85fddb3209f5a6a2da3ab9cb1d08d8df32d8') +sha256sums=('838188f61722ca2214dd71efd2910d3086faaa42a1410987b85f24ec7ab6efed') build() { |