summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02737685b82d..b42fae1cf234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = archfetch
pkgdesc = Neofetch, but simplified. For Arch Linux.
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/xxczaki/archfetch/
arch = i686
arch = x86_64
license = MIT
+ source = git+git://github.com/xxczaki/archfetch.git
pkgname = archfetch
diff --git a/PKGBUILD b/PKGBUILD
index 0aa7dd0c020a..9cd92f062b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
-
-
# Maintainer: Antoni Kepinski <hello[at]akepinski[dot]me>
pkgname=archfetch
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Neofetch, but simplified. For Arch Linux."
url="https://github.com/xxczaki/archfetch/"
arch=('i686' 'x86_64')
license=('MIT')
depends=()
makedepens=('git')
-source=()
+source=("git+git://github.com/xxczaki/archfetch.git")
package() {
cd "${PKGMK_SOURCE_DIR}"