diff options
author | f | 2021-11-03 18:14:49 +0100 |
---|---|---|
committer | f | 2021-11-03 18:14:49 +0100 |
commit | afa03fe324f99887dc57d473608af09aaeaf50f6 (patch) | |
tree | c8ee0d4f1bee386aaea607df5e38c4532466fbff | |
parent | 0bdc65ff32eeb534d10f14d29629d144faf14da1 (diff) | |
download | aur-afa03fe324f99887dc57d473608af09aaeaf50f6.tar.gz |
moved camp
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ pkgbase = bubbles-git pkgdesc = bubbles is opinionated, tiny, bloat-less (=> fast) floating window manager for X. pkgver = gitrev pkgrel = 1 - url = https://git.carajo.no/bubbles/tree/README.md + url = https://git.263.nu/f/bubbles/tree/README.md arch = i686 arch = x86_64 license = GPL @@ -12,7 +12,7 @@ pkgbase = bubbles-git optdepends = libxinerama optdepends = libxfixes provides = bubbles - source = git+https://git.carajo.no/bubbles + source = git+https://git.263.nu/f/bubbles md5sums = SKIP pkgname = bubbles-git @@ -1,17 +1,17 @@ -# Maintainer: fabbe (fabbe@carajo.no) +# Maintainer: f (bubbles@263.nu) pkgname=bubbles-git pkgver=gitrev pkgrel=1 pkgdesc="bubbles is opinionated, tiny, bloat-less (=> fast) floating window manager for X." arch=('i686' 'x86_64') -url="https://git.carajo.no/bubbles/tree/README.md" +url="https://git.263.nu/f/bubbles/tree/README.md" license=('GPL') depends=('libx11' 'libxft') optdepends=('libxinerama' 'libxfixes') makedepends=('git') provides=("${pkgname%-*}") -source=('git+https://git.carajo.no/bubbles') +source=('git+https://git.263.nu/f/bubbles') md5sums=('SKIP') pkgver() { |