summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2018-02-27 22:09:22 -0800
committeryar2018-02-27 22:09:22 -0800
commit21bf2f0285896af6dcbd82d0433bd4efb3c3d3f6 (patch)
tree7b9aa0bffc5088d7169d2cb978d2a00c3d5e186a
parentfad34f504f1566b1277d6479e40bfe0c5871adb6 (diff)
downloadaur-21bf2f0285896af6dcbd82d0433bd4efb3c3d3f6.tar.gz
move to stylus, bump 2164.0ba2607
-rw-r--r--.SRCINFO14
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766a468b875a..d567c0c7bd15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Feb 28 03:19:42 UTC 2018
-pkgbase = stylish-chrome-git
+# Wed Feb 28 06:09:10 UTC 2018
+pkgbase = stylus-git
pkgdesc = User styles manager extension for Chrome and Chrome-like things
- pkgver = 418.b4b972e
+ pkgver = 2164.0ba2607
pkgrel = 1
- url = https://github.com/stylish-userstyles/stylish-chrome
+ url = https://github.com/openstyles/stylus
arch = any
- license = GPL
+ license = GPL3
makedepends = git
- source = git+https://github.com/stylish-userstyles/stylish-chrome.git
+ source = git+https://github.com/openstyles/stylus.git
sha512sums = SKIP
-pkgname = stylish-chrome-git
+pkgname = stylus-git
diff --git a/.gitignore b/.gitignore
index aed89e6d6be3..9200379911c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/PKGBUILD-namcap.log
-/stylish-chrome-git-*.log
-/stylish-chrome-git-*.pkg.tar.xz
/stylish-chrome/
+/stylus-git-*.log
+/stylus-git-*.pkg.tar.xz
+/stylus/
diff --git a/PKGBUILD b/PKGBUILD
index b0e7b13e117c..e8a023f32736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# check for new commits:
# https://github.com/stylish-userstyles/stylish-chrome/commits/master
-gitname=stylish-chrome
+gitname=stylus
pkgname=${gitname}-git
-pkgver=418.b4b972e
+pkgver=2164.0ba2607
pkgrel=1
pkgdesc="User styles manager extension for Chrome and Chrome-like things"
arch=('any')
-url="https://github.com/stylish-userstyles/${gitname}"
-license=('GPL')
+url="https://github.com/openstyles/${gitname}"
+license=('GPL3')
makedepends=(git)
source=("git+${url}.git")
sha512sums=('SKIP')