summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2021-04-27 19:55:14 +0100
committerChris Down2021-04-27 19:55:14 +0100
commit69e25565898f67c335d98da09acc5ccd666018ad (patch)
tree8e7d0bd65a84c056235cd26aec86dd8324a0c38d
parent0a9224c7f9aafbc8be97188267d135721ea84d5c (diff)
downloadaur-todobg.tar.gz
upgpkg: todobg 0.1.1-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23cb83bcd339..bb480bfd9ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = todobg
pkgdesc = Todo list on the X root window
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/cdown/todobg
arch = any
license = Public Domain
+ depends = inotify-tools
+ depends = imagemagick
+ depends = xorg-xrandr
source = https://github.com/cdown/todobg/archive/refs/tags/0.1.1.zip
md5sums = bc7f2a8be86b985dca72d31d1a2ce3f0
diff --git a/PKGBUILD b/PKGBUILD
index a37a4ae384e7..157920fad37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=todobg
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Todo list on the X root window'
url="http://github.com/cdown/$pkgname"
arch=('any')
license=('Public Domain')
-depends=()
+depends=(inotify-tools imagemagick xorg-xrandr)
source=("https://github.com/cdown/${pkgname}/archive/refs/tags/${pkgver}.zip")
md5sums=('bc7f2a8be86b985dca72d31d1a2ce3f0')