summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian Leung2016-05-28 22:04:31 +0800
committerWeitian Leung2016-05-28 22:04:31 +0800
commit81a8ef75319bd18d502a7949b889b88a6ce48dfc (patch)
tree987499ef7241b3661bd9b69508972cee70ecab20
parent720ced86b8d662744cfa6778d975825ed711c472 (diff)
downloadaur-81a8ef75319bd18d502a7949b889b88a6ce48dfc.tar.gz
new release
-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')