summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d054266f477d..32527fe270e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rebind-devices
pkgdesc = Linux service to automatically reset devices when resuming from sleep
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/bulletmark/rebind-devices
arch = any
license = GPL3
depends = python>=3.6
backup = etc/rebind-devices.conf
- source = rebind-devices-1.3.tar.gz::https://github.com/bulletmark/rebind-devices/archive/1.3.tar.gz
- md5sums = 7fb43e51006a30ca8aececc4103e1920
+ source = rebind-devices-1.4.tar.gz::https://github.com/bulletmark/rebind-devices/archive/1.4.tar.gz
+ md5sums = 1cbc95eaa1f6bfa36a754faf78cace03
pkgname = rebind-devices
diff --git a/PKGBUILD b/PKGBUILD
index 57f352c0ecec..baec490b10be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=rebind-devices
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Linux service to automatically reset devices when resuming from sleep"
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.6")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('7fb43e51006a30ca8aececc4103e1920')
+md5sums=('1cbc95eaa1f6bfa36a754faf78cace03')
package() {
cd "$pkgname-$pkgver"