summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-06-07 22:57:54 +0800
committerShootingStarDragons2023-06-07 22:57:54 +0800
commitd46934ea98bf50d89faa98c28e30dceeab1ed43d (patch)
tree8199fded0a712028a8ef9457fcb0483376160f3f
parent4803a719bf0f7def004322f4d6bbb031f7d6f4c9 (diff)
downloadaur-d46934ea98bf50d89faa98c28e30dceeab1ed43d.tar.gz
chore: add url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21715f8a4408..60f5f2e76efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = qmarineplatformtheme6
pkgdesc = Another qt6ct for qt6, use toml as config
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
+ url = https://github.com/Decodetalkers/qmarinetheme
arch = x86_64
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8ca1683d5f86..10b1aaf02dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@ pkgname=qmarineplatformtheme6
_conflictpkgname=qt6ct
_pkguntar=qmarinetheme
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Another qt6ct for qt6, use toml as config"
+url="https://github.com/Decodetalkers/qmarinetheme"
arch=('x86_64' 'aarch64')
license=('MIT')
makedepends=('git' 'ninja' 'cmake' 'tomlplusplus')