summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')