summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2018-07-26 08:45:16 +0100
committerLeonidas Spyropoulos2018-07-26 08:45:16 +0100
commit67d69c328e4e6608a467b0ba8797493268acf6e6 (patch)
tree8062cd95ae6aa60cf652f2d026da1b3591474202
parent628b0ba90c2c08c7b45ad8af492fe9651ac154ba (diff)
downloadaur-67d69c328e4e6608a467b0ba8797493268acf6e6.tar.gz
upgpkg: aarchup 1.8.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6636e620af67..a40dd6d868e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aarchup
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
- pkgver = 1.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = https://github.com/inglor/aarchup
install = aarchup.install
@@ -14,8 +14,8 @@ pkgbase = aarchup
depends = gtk2
optdepends = auracle: AUR support(--aur)
provides = aarchup
- source = aarchup-1.8.2.zip::https://github.com/inglor/aarchup/archive/1.8.2.zip
- sha256sums = 0ff8834846c1162cfbfd66e24dc02cbf0a05b0f767db2345504a516025a438d4
+ source = aarchup-1.8.3.zip::https://github.com/inglor/aarchup/archive/1.8.3.zip
+ sha256sums = 1e5440ea6ce8ddded31f6d9ab9f62743c99ba9b56f65fd8f92a965d7970ead3e
pkgname = aarchup
diff --git a/PKGBUILD b/PKGBUILD
index f3c43b3d6562..8815d1a9b2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andrew Kravchuk <awkravchuk at gmail dot com>
#
pkgname="aarchup"
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/inglor/aarchup"
@@ -17,7 +17,7 @@ makedepends=('libnotify' 'autoconf' 'gzip')
optdepends=('auracle: AUR support(--aur)')
install='aarchup.install'
source=("${pkgname}-${pkgver}.zip::${url}/archive/${pkgver}.zip")
-sha256sums=('0ff8834846c1162cfbfd66e24dc02cbf0a05b0f767db2345504a516025a438d4')
+sha256sums=('1e5440ea6ce8ddded31f6d9ab9f62743c99ba9b56f65fd8f92a965d7970ead3e')
prepare() {
mv "${pkgname}-${pkgver}"/src/* "${pkgname}-${pkgver}"