summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian Leung2018-06-04 21:50:18 +0800
committerWeitian Leung2018-06-04 21:50:18 +0800
commit8d74386145ed097f243cbd3624f48fa929709884 (patch)
tree6e4d1d66a8187e244cd83fb68df5957e2e8f5777
parent7309f95ac4a8b74eabfe93c7a3cb344aee00b15a (diff)
downloadaur-8d74386145ed097f243cbd3624f48fa929709884.tar.gz
Updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9703adafb7fa..43fe2a15ff3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Nov 12 08:45:37 UTC 2017
+# Mon Jun 4 13:49:47 UTC 2018
pkgbase = cu-notify-git
pkgdesc = Auto check ArchLinux package updates, popup notification if new updates available
- pkgver = r8
+ pkgver = r9
pkgrel = 1
url = https://github.com/timxx/cu-notify
arch = any
license = MIT
makedepends = git
- depends = python-pyqt4
- depends = pacman
+ depends = python-pyqt5
+ depends = pacman-contrib
source = cu-notify-git::git+https://github.com/timxx/cu-notify.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 02da7c731314..c68a78de16f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Weitian Leung <weitianleung[at]gmail[dot]com>
pkgname=cu-notify-git
-pkgver=r8
+pkgver=r9
pkgrel=1
pkgdesc="Auto check ArchLinux package updates, popup notification if new updates available"
arch=(any)
url="https://github.com/timxx/cu-notify"
license=('MIT')
-depends=('python-pyqt4' 'pacman')
+depends=('python-pyqt5' 'pacman-contrib')
makedepends=('git')
source=("$pkgname::git+https://github.com/timxx/cu-notify.git")
md5sums=('SKIP')