summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Simons2016-03-18 13:33:35 +0100
committerDave Simons2016-03-18 13:56:22 +0100
commit056b876ea21a8c71c8ab6cd883de321808e14cdd (patch)
treeffe369d68991b3815c9fca837d1021ac9480681a
parent8d8971ea7e8ca16cc74f0f973a20419892985487 (diff)
downloadaur-056b876ea21a8c71c8ab6cd883de321808e14cdd.tar.gz
arch: any - should work on any platform as long as terminal interprets OSC escape sequences
Signed-off-by: Dave Simons <aur@simonsd.org>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4c523e3ffc7..a1258936a5d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
+# Generated by mksrcinfo v8
+# Fri Mar 18 12:40:18 UTC 2016
pkgbase = dynamic-colors-git
pkgdesc = Change terminal colors on the fly
pkgver = 35325f4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sos4nt/dynamic-colors
- arch = i686
- arch = x86_64
+ arch = any
license = MIT
makedepends = git
provides = dynamic-colors
diff --git a/PKGBUILD b/PKGBUILD
index 1f1c0bbc41ef..efc473a70d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=dynamic-colors-git
pkgver=35325f4
-pkgrel=1
+pkgrel=2
pkgdesc="Change terminal colors on the fly"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/sos4nt/dynamic-colors"
makedepends=('git')
provides=('dynamic-colors')