summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627cc0f3a3e0..ae9e10418a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 14:05:12 UTC 2016
+# Sat May 28 14:03:35 UTC 2016
pkgbase = cu-notify-git
pkgdesc = Auto check ArchLinux package updates, popup notification if new updates available
- pkgver = r2
+ pkgver = r3
pkgrel = 1
url = https://github.com/timxx/cu-notify
arch = any
license = MIT
makedepends = git
- depends = libnotify
+ depends = python-pyqt4
depends = pacman
source = cu-notify-git::git+https://github.com/timxx/cu-notify.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc7525350df6..dafb4137a184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Weitian Leung <weitianleung[at]gmail[dot]com>
pkgname=cu-notify-git
-pkgver=r2
+pkgver=r3
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=('libnotify' 'pacman')
+depends=('python-pyqt4' 'pacman')
makedepends=('git')
source=("$pkgname::git+https://github.com/timxx/cu-notify.git")
md5sums=('SKIP')