summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurat Çileli2019-05-05 05:17:18 +0300
committerMurat Çileli2019-05-05 05:17:18 +0300
commita49a934f138053689d7db08df3e35e2ba42172a9 (patch)
tree5cf8edc6105202762521d8d23f569d6311d8dcf6
parent9684c4c6e2bf6410835981428f2abb769fdcb0cd (diff)
downloadaur-a49a934f138053689d7db08df3e35e2ba42172a9.tar.gz
Update 2019-05-05 05:17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0ba7c2ce52..451e784861b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = adwaita-creamy-gtk-theme
arch = x86_64
license = MIT
provides = adwaita-creamy-gtk-theme
- source = adwaita-creamy-gtk-theme-3.24.8::https://github.com/murat-cileli/adwaita-creamy/archive/3.24.8.tar.gz
+ source = https://github.com/murat-cileli/adwaita-creamy/archive/3.24.8.tar.gz
sha256sums = SKIP
pkgname = adwaita-creamy-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 2aaa62c47e6e..cc7097534d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ license=("MIT")
url="https://github.com/murat-cileli/adwaita-creamy"
makedepends=()
provides=("adwaita-creamy-gtk-theme")
-source=("$pkgname-$pkgver::https://github.com/murat-cileli/adwaita-creamy/archive/$pkgver.tar.gz")
+source=("https://github.com/murat-cileli/adwaita-creamy/archive/$pkgver.tar.gz")
sha256sums=("SKIP")
package() {
# Create directory
- mkdir -p $pkgdir/usr/share/themes/$pkgname
+ mkdir -p $pkgdir/usr/share/themes/adwaita-creamy
# Copy contents
- cp -r "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/share/themes/$pkgname"
+ cp -r "$srcdir/adwaita-creamy-3.24.8/." "$pkgdir/usr/share/themes/adwaita-creamy"
}