summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Ericson2015-08-11 00:58:03 -0300
committerAndré Ericson2015-08-11 00:58:03 -0300
commit1f2324ada7a1d1e232ff1e621dc86ebfde7bb7c2 (patch)
tree689948b9deea43494e92655b3be5e9b15ce3e3c5
parent8dea6dfa4b6d520a70aaa49b0bc4489d32d1718f (diff)
downloadaur-1f2324ada7a1d1e232ff1e621dc86ebfde7bb7c2.tar.gz
Update to 1.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46efeec63e20..cb62fe6d268f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarchup
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
- pkgver = 1.7.3
- pkgrel = 3
+ pkgver = 1.7.4
+ pkgrel = 1
url = https://github.com/aericson/aarchup
install = aarchup.install
arch = i686
@@ -15,8 +15,8 @@ pkgbase = aarchup
depends = gtk2
optdepends = cower: AUR support(--aur)
backup = etc/systemd/system/aarchup.timer
- source = https://github.com/aericson/aarchup/archive/1.7.3.zip
- md5sums = 89e1e830cb9b10ee29bb561ad3c3cde9
+ source = https://github.com/aericson/aarchup/archive/1.7.4.zip
+ md5sums = d64d1eb513e311409be5cb240b2c0831
pkgname = aarchup
diff --git a/PKGBUILD b/PKGBUILD
index 37972ed23d45..c5064ed88a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aericson <de.ericson@gmail.com>
pkgname=aarchup
-pkgver=1.7.3
-pkgrel=3
+pkgver=1.7.4
+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=('89e1e830cb9b10ee29bb561ad3c3cde9')
+md5sums=('d64d1eb513e311409be5cb240b2c0831')
backup=('etc/systemd/system/aarchup.timer')
optdepends=('cower: AUR support(--aur)')
install='aarchup.install'