summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2019-06-10 12:58:22 +0200
committerredtide2019-06-10 12:58:22 +0200
commitf380d280472c1a07da39f8c7b6097160931f83e4 (patch)
treef34b022bb52e3ad21a135bd2b689822824b4ff5f
parent39763c30e7b0f8be02e6dd33bdac0de05f84c505 (diff)
downloadaur-f380d280472c1a07da39f8c7b6097160931f83e4.tar.gz
Changed source repository name.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a08662a949db..968ab12d628e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nuovext-icon-theme
pkgdesc = nuoveXT2 icon theme
pkgver = 0.1.0
- pkgrel = 1
- url = https://github.com/redtide/nuovext-icon-theme
+ pkgrel = 2
+ url = https://github.com/redtide/icon-theme-nuovext
install = nuovext-icon-theme.install
arch = any
license = GPL
makedepends = git
depends = gtk-update-icon-cache
- source = git://github.com/redtide/nuovext-icon-theme.git
+ source = git://github.com/redtide/icon-theme-nuovext.git
md5sums = SKIP
pkgname = nuovext-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index cd7dcec8933b..b6a48818ca7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: RedTide
+
pkgname=nuovext-icon-theme
+reponame=icon-theme-nuovext
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="nuoveXT2 icon theme"
arch=('any')
-url="https://github.com/redtide/nuovext-icon-theme"
+url="https://github.com/redtide/$reponame"
license=('GPL')
depends=('gtk-update-icon-cache')
makedepends=('git')
install=nuovext-icon-theme.install
-source=(git://github.com/redtide/nuovext-icon-theme.git)
+source=(git://github.com/redtide/$reponame.git)
md5sums=('SKIP')
build() {