summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolilolicon2022-06-19 22:40:30 +0800
committerlolilolicon2022-06-19 22:40:30 +0800
commit3fa8564a73ce17e43e031a5dd451a48bfdd5b6d4 (patch)
tree5c8607e681c8fb7c08cb270432f866ea82d17136
parent80e7b1de64736742cad3b861edb189322d257d88 (diff)
downloadaur-3fa8564a73ce17e43e031a5dd451a48bfdd5b6d4.tar.gz
Update upstream URL.
I was forced to renamed my account. GitHub will redirect: https://github.com/lolilolicon/* -> https://github.com/ropery/*
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 207bdd5f1e73..9b345b448157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = xrectsel
pkgdesc = print the geometry of a rectangular screen region
pkgver = 0.3.2
pkgrel = 1
- url = https://github.com/lolilolicon/xrectsel
+ url = https://github.com/ropery/xrectsel
arch = i686
arch = x86_64
license = GPL3
@@ -10,8 +10,7 @@ pkgbase = xrectsel
makedepends = automake
depends = libx11
conflicts = ffcast<1:2.2.0
- source = https://github.com/lolilolicon/xrectsel/archive/0.3.2.tar.gz
+ source = https://github.com/ropery/xrectsel/archive/0.3.2.tar.gz
sha256sums = 1b4b928bb7270e0531467c1e7f93322c784c7c0dedc13d1d5e53034417fde785
pkgname = xrectsel
-
diff --git a/PKGBUILD b/PKGBUILD
index a127623c6e7c..1865b4cc2989 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/dreethyweirdo/xrectsel"
+url="https://github.com/ropery/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/dreethyweirdo/$_name/archive/$_ver.tar.gz")
+source=("https://github.com/ropery/$_name/archive/$_ver.tar.gz")
sha256sums=('1b4b928bb7270e0531467c1e7f93322c784c7c0dedc13d1d5e53034417fde785')
prepare() {