summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Ericson2015-10-01 00:45:28 -0300
committerAndré Ericson2015-10-01 00:45:28 -0300
commitbc573cd88ff732e5c8c21618bfdc554958a8a0fc (patch)
tree70a8cef09d9b4fc3979d621bb2c2e7e898079ae1 /PKGBUILD
parentf74a8bbfb68f32764de52836576d7eeb5de1d453 (diff)
downloadaur-bc573cd88ff732e5c8c21618bfdc554958a8a0fc.tar.gz
Update to 1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 266bec3443b6..2d75e04ad689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aericson <de.ericson@gmail.com>
pkgname=aarchup
-pkgver=1.8
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
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=('241a6580515a1996588082fa25ceddd7')
+md5sums=('b68cb385795dddc7d748842084336ab7')
backup=('etc/systemd/system/aarchup.timer')
optdepends=('cower: AUR support(--aur)')
install='aarchup.install'