summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-08-08 14:43:09 +0200
committerAlexandre Bouvier2022-03-22 14:48:33 +0100
commitff817060fd58dbdb3386b5e6e98b228ecd409185 (patch)
tree241458f86c5992193be2b317bfedc26062737dbe
parentd1f07df147067cabf74105934c133541c9428efd (diff)
downloadaur-ff817060fd58dbdb3386b5e6e98b228ecd409185.tar.gz
prettify
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fee15162933..3dd98449afac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = arc-kde-git
conflicts = arc-kde
conflicts = kvantum-theme-arc
options = !strip
- source = arc-kde::git+https://github.com/PapirusDevelopmentTeam/arc-kde.git
- md5sums = SKIP
+ source = git+https://github.com/PapirusDevelopmentTeam/arc-kde.git
+ b2sums = SKIP
pkgname = arc-kde-git
diff --git a/PKGBUILD b/PKGBUILD
index ca577e2eadf0..233b532564e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
epoch=2
pkgdesc="A port of the popular GTK theme Arc for Plasma 5 desktop with a few additions and extras"
arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/arc-kde"
+url="https://github.com/PapirusDevelopmentTeam/$_pkgname"
license=('GPL3')
makedepends=('git')
optdepends=(
@@ -22,8 +22,8 @@ optdepends=(
provides=("$_pkgname" 'kvantum-theme-arc')
conflicts=("$_pkgname" 'kvantum-theme-arc')
options=('!strip')
-source=("$_pkgname::git+$url.git")
-md5sums=('SKIP')
+source=("git+$url.git")
+b2sums=('SKIP')
pkgver() {
cd $_pkgname
@@ -31,7 +31,7 @@ pkgver() {
}
prepare() {
- rm -rf $_pkgname/konversation/themes/papirus{,-dark}/src
+ rm -r $_pkgname/konversation/themes/papirus{,-dark}/src
}
package() {