summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2019-06-10 12:58:22 +0200
committerredtide2019-06-10 12:58:22 +0200
commitf380d280472c1a07da39f8c7b6097160931f83e4 (patch)
treef34b022bb52e3ad21a135bd2b689822824b4ff5f /PKGBUILD
parent39763c30e7b0f8be02e6dd33bdac0de05f84c505 (diff)
downloadaur-f380d280472c1a07da39f8c7b6097160931f83e4.tar.gz
Changed source repository name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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() {