summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96da2aadd094..f14d8fd046dd 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.8
- pkgrel = 2
+ pkgver = 1.8.1
+ 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.8.zip
- md5sums = 241a6580515a1996588082fa25ceddd7
+ source = https://github.com/aericson/aarchup/archive/1.8.1.zip
+ md5sums = b68cb385795dddc7d748842084336ab7
pkgname = aarchup
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'