summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry2020-03-02 21:41:28 -0500
committerJoseph Donofry2020-03-02 21:41:28 -0500
commit5bcec9143f26455548602a1dd7bd3c9d71b03733 (patch)
tree6ae3a3fa2e3c5c4ab28d0dcc68f98134d4bb0ff9
parent39cd1ee3e95233d51fef6c62479f9f6a00bbac00 (diff)
downloadaur-5bcec9143f26455548602a1dd7bd3c9d71b03733.tar.gz
Update AUR to follow master branch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38270065d40b..096f222f7b86 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 3e205651e604..5cc138480e73 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() {