summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Clifford2016-05-08 09:17:40 -0600
committerBrandon Clifford2016-05-08 09:17:40 -0600
commit5239f4c30cb3499f86d139d69145a96d04151d44 (patch)
treec92402124b278a0e4304aee5786de7a886d6017a
parent75d1f5c72eb57554a37c342ef6a5468b0d4bf060 (diff)
downloadaur-5239f4c30cb3499f86d139d69145a96d04151d44.tar.gz
Update package source github repo location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1d801883a0c..a224a0847d78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = siji-git
pkgdesc = Iconic bitmap font based on stlarch with additional glyphs
pkgver = r18.ea240bd
pkgrel = 1
- url = https://github.com/gstk/siji
+ url = https://github.com/stark/siji
install = siji-git.install
arch = any
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = siji-git
depends = xorg-font-utils
provides = siji
conflicts = siji
- source = siji::git+https://github.com/gstk/siji
+ source = siji::git+https://github.com/stark/siji
md5sums = SKIP
pkgname = siji-git
diff --git a/PKGBUILD b/PKGBUILD
index 020f52792675..891509247fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=r18.ea240bd
pkgrel=1
pkgdesc='Iconic bitmap font based on stlarch with additional glyphs'
arch=('any')
-url='https://github.com/gstk/siji'
+url='https://github.com/stark/siji'
depends=('fontconfig' 'xorg-font-utils')
optdepends=('xorg-xfd: use view.sh script to view glyphs')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/gstk/siji")
+source=("${_pkgname}::git+https://github.com/stark/siji")
install=$pkgname.install
md5sums=('SKIP')