summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Ericson2015-07-11 18:41:03 -0300
committerAndré Ericson2015-07-11 18:41:03 -0300
commit8dea6dfa4b6d520a70aaa49b0bc4489d32d1718f (patch)
tree7b9d85b240ff7db7834ed5f74a1ffffba4d6df41 /PKGBUILD
parent2e21959b2248d3e8ded79995fca836449b7d2790 (diff)
downloadaur-8dea6dfa4b6d520a70aaa49b0bc4489d32d1718f.tar.gz
Fix md5sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c36761532c4..37972ed23d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=aarchup
pkgver=1.7.3
-pkgrel=2
+pkgrel=3
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/aericson/aarchup"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license="GPL"
depends=('pacman' 'libnotify' 'gtk2')
makedepends=('libnotify' 'autoconf' 'gzip')
source=("https://github.com/aericson/aarchup/archive/$pkgver.zip")
-md5sums=('204df2d8b83ce76c79b88ba4b10f370e')
+md5sums=('89e1e830cb9b10ee29bb561ad3c3cde9')
backup=('etc/systemd/system/aarchup.timer')
optdepends=('cower: AUR support(--aur)')
install='aarchup.install'