summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-11-11 14:59:35 -0500
committereshrh2021-11-11 14:59:35 -0500
commit472c11fb79a2cd53005994d201ed46d7f6342b65 (patch)
tree2573474124d38dbd6f9297959f68d498a02073e7
parent835cbb764a365b8539b6a51d2ed156d50cb0add7 (diff)
downloadaur-472c11fb79a2cd53005994d201ed46d7f6342b65.tar.gz
0.1.4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ae8a217745c..ed808fc5a871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ames
pkgdesc = Update anki cards with desktop audio and images
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/eshrh/ames
install = ames.install
@@ -11,6 +11,7 @@ pkgbase = ames
depends = maim
depends = xdotool
depends = libnotify
+ depends = xsel
source = ames::git+https://github.com/Ajatt-Tools/ames
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb3d4c6b6b30..4392e634e697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: esrh : email at esrh at netc dot eu
pkgname=ames
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Update anki cards with desktop audio and images"
arch=('any')
url="https://github.com/eshrh/ames"
license=('GPL3')
-depends=('pulseaudio' 'ffmpeg' 'maim' 'xdotool' 'libnotify')
+depends=('pulseaudio' 'ffmpeg' 'maim' 'xdotool' 'libnotify' 'xsel')
source=("ames::git+https://github.com/Ajatt-Tools/ames")
md5sums=('SKIP')
install="ames.install"