summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-12-19 12:22:15 +1100
committerVictor Tran2017-12-19 12:22:15 +1100
commitccd52bbc677174298334c8fa11bf16136fc9dcd9 (patch)
tree533db19705b7aa70c576566a1cd905b6f904f093
parent9c94db0e96390279a04de65a7a7aaaaf1b556f38 (diff)
downloadaur-ccd52bbc677174298334c8fa11bf16136fc9dcd9.tar.gz
Fix branch
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52a1af3022af..2e2f73839733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theshell
pkgver=7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop Shell that gets out of your way"
arch=("x86_64")
url="https://github.com/vicr123/theshell"
@@ -15,7 +15,7 @@ optdepends=('alsa-utils: for volume controls')
makedepends=('git')
conflicts=('ts-startsession')
replaces=('ts-startsession')
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=blueprint')
+source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master')
md5sums=('SKIP')
build() {