summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2de2c45574b5..e6cd740cd8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 17 12:45:45 UTC 2018
+# Sun Jun 17 12:48:09 UTC 2018
pkgbase = paper-icon-theme-git
pkgdesc = Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme
pkgver = 800.7860fba8
@@ -8,7 +8,7 @@ pkgbase = paper-icon-theme-git
arch = any
license = CC BY-SA 4.0
makedepends = git
- makedepends = automake
+ makedepends = meson
depends = gtk-update-icon-cache
provides = paper-icon-theme
source = paper-icon-theme-git::git+https://github.com/snwh/paper-icon-theme.git
diff --git a/PKGBUILD b/PKGBUILD
index b8561422b377..afc5c496baed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,9 @@ arch=(any)
url="https://github.com/snwh/paper-icon-theme"
license=('CC BY-SA 4.0')
depends=('gtk-update-icon-cache')
-makedepends=('git' 'automake')
+makedepends=('git' 'meson')
provides=('paper-icon-theme')
source=("$pkgname"::'git+https://github.com/snwh/paper-icon-theme.git')
-# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')
pkgver() {