summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e3d37689e58..46efeec63e20 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 = 2
+ pkgrel = 3
url = https://github.com/aericson/aarchup
install = aarchup.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = aarchup
optdepends = cower: AUR support(--aur)
backup = etc/systemd/system/aarchup.timer
source = https://github.com/aericson/aarchup/archive/1.7.3.zip
- md5sums = 204df2d8b83ce76c79b88ba4b10f370e
+ md5sums = 89e1e830cb9b10ee29bb561ad3c3cde9
pkgname = aarchup
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..97500b413bd7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.zip
+*.tar.xz
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'