summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d1320bde9bd..9f0056ba2aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = nekofetch-git
depends = neofetch
provides = nekofetch
conflicts = nekofetch
- source = git+https://github.com/propruhh/nekofetch.git
+ source = git+https://github.com/propruhh/nekofetch.git#branch=master
sha256sums = SKIP
pkgname = nekofetch-git
diff --git a/PKGBUILD b/PKGBUILD
index 0615fc90704f..6120b83b9d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: bbaovanc <bbaovanc@bbaovanc.com
_pkgname=nekofetch
+_branch=master
pkgname=$_pkgname-git
pkgver=r27.56ee91f
pkgrel=2
@@ -12,7 +13,7 @@ makedepends=(git make)
provides=($_pkgname)
conflicts=($_pkgname)
-source=("git+https://github.com/propruhh/$_pkgname.git")
+source=("git+https://github.com/propruhh/$_pkgname.git#branch=${_branch}")
sha256sums=('SKIP')
_makeopts="--directory=$_pkgname"