summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2021-01-13 21:37:05 +0100
committerChristian Schendel2021-01-13 21:37:05 +0100
commita1e2d0837e0ed48b08f84157be013be10e0ddc91 (patch)
treeb83ec291dc33df432cb17ceef0b293ff9edfe122
parentb8c74e00d34f0c6ff20b32743aaedd869eaafd92 (diff)
downloadaur-a1e2d0837e0ed48b08f84157be013be10e0ddc91.tar.gz
fix repository url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23aee72f721e..95215955c8cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=(yaru-remix-gtk-theme-git
yaru-remix-icon-theme-git
yaru-remix-wallpaper-git)
pkgver=20.10.1.r65.g23b4478a
-pkgrel=1
+pkgrel=2
pkgdesc="Yaru-remix is a fork of Yaru theme"
arch=(any)
-url="https://github.com/Muqtxdir/${pkgname%-git}"
+url="https://github.com/Muqtxdir/${pkgbase%-git}"
license=('GPL3' 'LGPL3' 'LGPL2.1' 'CCPL:by-nc-sa')
makedepends=(meson sassc git)
options=('!strip' '!buildflags' 'staticlibs')