summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-05-03 06:32:34 +0200
committerFrederic Bezies2019-05-03 06:32:34 +0200
commit79a1074639c216e9e871919f97212e2d791af990 (patch)
tree41e9cb8edfc7c0ca8cd64e31397a0219509cfd73
parentab80e8896fc28f0e6875e8490b71ef11c97e914c (diff)
downloadaur-79a1074639c216e9e871919f97212e2d791af990.tar.gz
Fixing deps and makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3e8f683ca71..8bbc0cc6f9e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = chicago95-git
pkgdesc = Windows 95 inspired theme
pkgver = r160.1f7c1c9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/grassmunk/Chicago95
arch = any
license = GPL
+ makedepends = git
+ depends = gtk3
source = git+https://github.com/grassmunk/Chicago95.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 27841c7e5c02..e055d4a32956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname=(chicago95-gtk-theme-git
chicago95-icon-theme-git
xcursor-chicago95-git)
pkgver=r160.1f7c1c9
-pkgrel=1
+pkgrel=2
pkgdesc="Windows 95 inspired theme"
arch=(any)
url="https://github.com/grassmunk/Chicago95"
license=('GPL')
-depends=()
-makedepends=()
+depends=(gtk3)
+makedepends=(git)
source=("git+https://github.com/grassmunk/Chicago95.git")
sha256sums=(SKIP)