diff options
Diffstat (limited to 'i3-swallow/PKGBUILD')
-rw-r--r-- | i3-swallow/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3-swallow/PKGBUILD b/i3-swallow/PKGBUILD index c9cc8430e..472dc37ff 100644 --- a/i3-swallow/PKGBUILD +++ b/i3-swallow/PKGBUILD @@ -5,13 +5,13 @@ pkgver=2021.01.01 pkgrel=1 pkgdesc="Swallow a terminal window after a blocking application is run in i3" arch=('any') -url="https://github.com/TheCynicalTeam/i3-swallow" +url="https://github.com/The-Repo-Club/i3-swallow" license=('GNU General Public License v3.0') depends=('xdo') makedepends=('git') conflicts=('i3-swallow-git') changelog= -source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver.tar.gz") +source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/The-Repo-Club/$pkgname/archive/$pkgver.tar.gz") sha512sums=('279c3ec55a40060c861194d95bad50552b916982c01a281ef6084a16edf6eec6e3d164ee8b8d6d4247c841407045a4571bc6a070526b9f26cea99a1f159a2d20') package() { |