summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolilolicon2022-06-16 20:19:42 +0800
committerlolilolicon2022-06-16 20:37:49 +0800
commit82609cf15bc62c0cd2099a4c8026ed0f57a6a5f9 (patch)
tree5d309fcfa8b7008a93b1e060372e5028205d95a5
parent503d3c93f1f23d90602afa9378c21aadad627899 (diff)
downloadaur-82609cf15bc62c0cd2099a4c8026ed0f57a6a5f9.tar.gz
Update upstream URL.
GitHub inexplicably flagged my account & failed to reply to my ticket asking them to unflag my account. As a result of this iniquity, I am forced to re-up the repo under a different user account under my control.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff03d28dcce1..594b7a29fcf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = ffcast
pkgver = 2.5.0
pkgrel = 1
epoch = 1
- url = https://github.com/lolilolicon/FFcast
+ url = https://github.com/dreethyweirdo/FFcast
arch = any
license = GPL3
makedepends = autoconf
@@ -16,8 +16,7 @@ pkgbase = ffcast
depends = xrectsel
optdepends = ffmpeg: for png rec
optdepends = imagemagick: for trim
- source = https://github.com/lolilolicon/FFcast/archive/2.5.0.tar.gz
+ source = https://github.com/dreethyweirdo/FFcast/archive/2.5.0.tar.gz
sha256sums = 09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
pkgname = ffcast
-
diff --git a/PKGBUILD b/PKGBUILD
index b39e6adbfe13..160a642b14d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgver=${_ver//-/}
pkgrel=1
pkgdesc="run command on rectangular screen regions, e.g. screenshot, screencast"
arch=(any)
-url="https://github.com/lolilolicon/FFcast"
+url="https://github.com/dreethyweirdo/FFcast"
license=(GPL3)
depends=('bash>=4.3' xorg-xdpyinfo xorg-xprop xorg-xwininfo xrectsel)
optdepends=('ffmpeg: for png rec' 'imagemagick: for trim')
makedepends=(autoconf automake perl)
-source=("https://github.com/lolilolicon/$_name/archive/$_ver.tar.gz")
+source=("https://github.com/dreethyweirdo/$_name/archive/$_ver.tar.gz")
sha256sums=('09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30')
prepare() {