summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"