summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-02-27 20:06:58 -0500
committereshrh2021-02-27 20:06:58 -0500
commita7d0e8bec7c6c9a9beea57b800691bbdba091969 (patch)
treecac405a64a28702f6ca190d93435a2831033fc96
parent3560735ce623301bdb533980f68ef8bb2f16bef6 (diff)
downloadaur-a7d0e8bec7c6c9a9beea57b800691bbdba091969.tar.gz
switch source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26106dfc2648..5b7151d5beac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ames
pkgdesc = Update anki cards with desktop audio and images
pkgver = 0.1.1
- pkgrel = 1
- url = https://github.com/Ajatt-Tools/ames
+ pkgrel = 2
+ url = https://github.com/eshrh/ames
install = ames.install
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index fa6fdf59de23..2b359b0fa85c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: esrh : email at esrh at netc dot eu
pkgname=ames
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Update anki cards with desktop audio and images"
arch=('any')
-url="https://github.com/Ajatt-Tools/ames"
+url="https://github.com/eshrh/ames"
license=('GPL3')
depends=('pulseaudio' 'ffmpeg' 'maim' 'xdotool' 'libnotify')
source=("ames::git+https://github.com/Ajatt-Tools/ames")