From 5bcec9143f26455548602a1dd7bd3c9d71b03733 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Mon, 2 Mar 2020 21:41:28 -0500 Subject: [PATCH] Update AUR to follow master branch --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3827006..096f222 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -22,7 +22,7 @@ pkgbase = nheko-git depends = cmark provides = nheko conflicts = nheko - source = nheko-git::git://github.com/Nheko-Reborn/nheko.git#branch=0.7.0-dev + source = nheko-git::git://github.com/Nheko-Reborn/nheko.git#branch=master md5sums = SKIP pkgname = nheko-git diff --git a/PKGBUILD b/PKGBUILD index 3e20565..5cc1384 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") provides=("nheko") conflicts=("nheko") -source=($pkgname::git://github.com/Nheko-Reborn/nheko.git#branch=0.7.0-dev) +source=($pkgname::git://github.com/Nheko-Reborn/nheko.git#branch=master) md5sums=("SKIP") prepare() {