summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2022-06-04 00:53:15 -0400
committereshrh2022-06-04 00:53:15 -0400
commitef2656c6808e65a53ade33044b94542cb3fb4580 (patch)
tree99782ab353fdd84309dd8ddb5358b775214b7737
parent472c11fb79a2cd53005994d201ed46d7f6342b65 (diff)
downloadaur-ef2656c6808e65a53ade33044b94542cb3fb4580.tar.gz
fix version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed808fc5a871..50a015c03e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ames
pkgdesc = Update anki cards with desktop audio and images
- pkgver = 0.1.4
+ pkgver = v0.1.4.r3.gf0e1fca
pkgrel = 1
url = https://github.com/eshrh/ames
install = ames.install
@@ -12,7 +12,7 @@ pkgbase = ames
depends = xdotool
depends = libnotify
depends = xsel
- source = ames::git+https://github.com/Ajatt-Tools/ames
+ source = git+https://github.com/eshrh/ames
md5sums = SKIP
pkgname = ames
diff --git a/PKGBUILD b/PKGBUILD
index 4392e634e697..e2aad440ad31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: esrh : email at esrh at netc dot eu
+# Maintainer: esrh : email at esrh.me/pages/contact.html
pkgname=ames
-pkgver=0.1.4
+pkgver=v0.1.4.r3.gf0e1fca
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' 'xsel')
-source=("ames::git+https://github.com/Ajatt-Tools/ames")
+source=("git+https://github.com/eshrh/ames")
md5sums=('SKIP')
install="ames.install"