summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolilolicon2022-06-16 20:27:30 +0800
committerlolilolicon2022-06-16 20:27:30 +0800
commit80e7b1de64736742cad3b861edb189322d257d88 (patch)
tree1538b704ce7137f5c9fd1daee30d2b09900eafca
parentb91d61cc5c23b0e8f82b3aada79afc2dc85012db (diff)
downloadaur-80e7b1de64736742cad3b861edb189322d257d88.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--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72c68c76ced0..a127623c6e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ pkgver=${_ver//-/}
pkgrel=1
pkgdesc="print the geometry of a rectangular screen region"
arch=(i686 x86_64)
-url="https://github.com/lolilolicon/xrectsel"
+url="https://github.com/dreethyweirdo/xrectsel"
license=(GPL3)
conflicts=('ffcast<1:2.2.0') # ffcast used to ship /usr/bin/xrectsel
depends=(libx11)
makedepends=(autoconf automake)
-source=("https://github.com/lolilolicon/$_name/archive/$_ver.tar.gz")
+source=("https://github.com/dreethyweirdo/$_name/archive/$_ver.tar.gz")
sha256sums=('1b4b928bb7270e0531467c1e7f93322c784c7c0dedc13d1d5e53034417fde785')
prepare() {