summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCem Keylan2019-09-26 10:47:27 +0300
committerCem Keylan2019-09-26 10:47:27 +0300
commit75474a500702e464e7fb8b03b282b983af0eae46 (patch)
tree290bb51df2e8f0149e7c8aa94ef8e48cc45127ff
parentbf710b60e439262a8d15de47e3159960edc0cb3a (diff)
downloadaur-75474a500702e464e7fb8b03b282b983af0eae46.tar.gz
source change
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff4309d5f20..b833a0f1df4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = st-ckyln-git
pkgdesc = Simple Terminal from suckless.org (Fork)
- pkgver = v20190626.3.gcc6bc9b
+ pkgver = v20190926
pkgrel = 1
url = https://git.ckyln.com/st
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = git
depends = libxft
provides = st
conflicts = st
- source = git+https://git.ckyln.com/st
+ source = git://git.ckyln.com/st
md5sums = SKIP
pkgname = st-ckyln-git
diff --git a/PKGBUILD b/PKGBUILD
index d80783d85a1d..aedce0ccada3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=st-ckyln-git
_pkgname=st
pkgrel=1
-pkgver=v20190626.3.gcc6bc9b
+pkgver=v20190926
pkgdesc="Simple Terminal from suckless.org (Fork)"
url="https://git.ckyln.com/st"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('MIT')
depends=('libxft')
makedepends=('git')
-source=('git+https://git.ckyln.com/st')
+source=('git://git.ckyln.com/st')
md5sums=('SKIP')
provides=('st')