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 36cb835b542d..2fb14d3f2726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ponas <mykolas.peteraitis@gmail.com>
pkgname="netctl-tray"
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight netctl tray app with notifications"
arch=('any')
url="https://github.com/PonasKovas/netctl-tray"
@@ -10,7 +10,7 @@ makedepends=('cargo')
depends=('libnotify'
'qt5-base')
source=("https://github.com/PonasKovas/netctl-tray/archive/master.tar.gz")
-md5sums=('653fd05edc29f8d3edf324b314166b5c')
+md5sums=('df26deb61cb6584007b0fa5e8af84f55')
build () {
cd "$srcdir/$pkgname-master"