summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn2022-04-18 10:38:14 +0200
committerFinn2022-04-18 10:38:14 +0200
commitc41239319d6a9ad73dc3b55f1f7013b9557391ca (patch)
tree2ef71185c8b87e2cc0dba2a476ef09b11ef35643
parent6a942271e2ad42ce56da24cfa40a731c1019c8bf (diff)
downloadaur-i3-gaps-rounded-git.tar.gz
move to other branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed5c59450f9..eb653660ed89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-gaps-rounded-git
pkgdesc = A fork of i3wm tiling window manager with more features, including gaps and rounded corners
- pkgver = 4.20.1.r82.gad7c74ac
- pkgrel = 2
+ pkgver = 4.20.1.r84.g8e5eed5b
+ pkgrel = 1
url = https://github.com/FinnHering/i3
arch = i686
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = i3-gaps-rounded-git
conflicts = i3-gaps-git
conflicts = i3-gaps
options = docs
- source = i3-gaps-rounded::git+https://github.com/FinnHering/i3.git
+ source = i3-gaps-round::git+https://github.com/FinnHering/i3#branch=main
sha1sums = SKIP
pkgname = i3-gaps-rounded-git
diff --git a/PKGBUILD b/PKGBUILD
index 9501a041c1bd..fb90d1773c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Based on i3-gaps-next-git PKGBUILD
pkgname=i3-gaps-rounded-git
-pkgver=4.20.1.r82.gad7c74ac
-pkgrel=2
+pkgver=4.20.1.r84.g8e5eed5b
+pkgrel=1
pkgdesc='A fork of i3wm tiling window manager with more features, including gaps and rounded corners'
arch=('i686' 'x86_64')
url='https://github.com/FinnHering/i3'
@@ -17,10 +17,10 @@ makedepends=('git' 'bison' 'flex' 'asciidoc' 'xmlto' 'meson')
optdepends=('i3lock: For locking your screen.'
'i3status: To display system information with a bar.')
options=('docs')
-source=('i3-gaps-rounded::git+https://github.com/FinnHering/i3.git')
+source=('i3-gaps-round::git+https://github.com/FinnHering/i3#branch=main')
sha1sums=('SKIP')
-_gitname='i3-gaps-rounded'
+_gitname='i3-gaps-round'
pkgver() {
cd "$srcdir/$_gitname"