Well yeah, I'm building in a clean chroot using the devtools (mkarchchroot + makechrootpkg)... :/ My PKGBUILD looks almost exactly like what you did, yes. Pasted here: https://vps1.piater.name/commie/#xWcSmoLX I'm frankly stunned... On 02/09/2017 08:29 PM, Vanush "Misha" Paturyan via aur-general wrote:
I've tried to build beamer-theme-metropois in a "clean" Docker container with minimal set of packages, and I cannot reproduce your error: beamer-theme-metropolis builds and installs perfectly (I haven't tried using it though).
As you haven't provided PKGBUILD file I'm only guessing what changes you have made to it to make it work. Apart from changing "pkgver" and "sha5sums" variables I also had to modify "depends" array. I'm attaching the diff below:
Are you building in a "clean" environment?
--- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD index c693213..099ccfe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Bennett Piater <bennett at piater dot name> pkgname=beamer-theme-metropolis -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="A modern LaTeX Beamer theme" url="https://github.com/matze/mtheme" arch=("any") license=("custom:cc-by-sa-4.0") -depends=("texlive-core" "texlive-pictures" "otf-fira-fonts") +depends=("texlive-core" "texlive-pictures" "texlive-latexextra" "otf-fira-mono" "otf-fira-sans") source=("https://github.com/matze/mtheme/archive/v${pkgver}.tar.gz") install=metropolis-theme.install -sha512sums=('36eb3778e0acf75539e2d8d930ebc81202a4a6648d485963010459f25424a334c4bdf5d10f9619415908564faa282f726913ba3eba8a498f0ec9e286181540d2') +sha512sums=('61e921a425f16b3fd12961533a5e2ec790d7d80e06d98a837156693082dd8254dfb9840498ce8e561924fb8c5241e9934e9cb1e7b7f1f8caef3cbd8edfae4af7')
build() { # Generate the style files. -- 2.11.0
--- Vanush "Misha" Paturyan Senior Technical Officer Room 120 Computer Science Department EOLAS Building Maynooth University Maynooth
-- GPG fingerprint: 871F 1047 7DB3 DDED 5FC4 47B2 26C7 E577 EF96 7808