summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoraj2024-01-10 19:12:16 +0100
committernoraj2024-01-10 19:12:16 +0100
commitc1352ee26720adb675a68d7a8e4df0ed0000501d (patch)
tree2303b7a4b5c10ad9e2616cc353e5a2fed781de32
parent81050f1c9cff71c9017f6a3aa3d3376c177eacac (diff)
downloadaur-pixelchart.tar.gz
update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b66a03d3c1..ea66e54ac5c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pixelchart
pkgdesc = Map binary data into a beautiful chart
pkgver = 1.2.0
- pkgrel = 1
- url = https://pixelchart.cf/index.html
+ pkgrel = 2
+ url = https://noraj.github.io/PixelChart/
arch = any
license = MIT
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index c7d9d8a3130b..f65a9edd0c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=pixelchart
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Map binary data into a beautiful chart'
arch=('any')
-url='https://pixelchart.cf/index.html'
+url='https://noraj.github.io/PixelChart/'
license=('MIT')
depends=('ruby' 'ruby-paint' 'ruby-docopt' 'libvips' 'imagemagick' 'ruby-rmagick' 'ruby-ruby-vips')
options=(!emptydirs)