summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakepinski2018-04-02 21:09:59 +0200
committerakepinski2018-04-02 21:09:59 +0200
commit44a74984a1da917523ed66683c0134926b05efb5 (patch)
tree5d0286bd40bdc1ea039b1d11ad5fb87c145969f0
parent47e137e3ae864dfa8b9caf7296cefc931101b8da (diff)
downloadaur-44a74984a1da917523ed66683c0134926b05efb5.tar.gz
1.0.5 pre3
-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}"