From 9e01b3121df571417c8beb1b99f129d3a5bfb2b4 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 17 Jun 2021 14:04:56 +0200 Subject: [PATCH] reorder AUR build stages (4); fix de-p1st-gnupg --- .gitmodules | 3 +++ build-pkg/pkglist-AUR.txt | 5 +++-- pkg/de-p1st-gnupg/PKGBUILD | 4 ++-- pkg/uavs3d-git | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) create mode 160000 pkg/uavs3d-git diff --git a/.gitmodules b/.gitmodules index ff251b1..8fbfdd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -220,3 +220,6 @@ [submodule "pkg/vulkan-headers-git"] path = pkg/vulkan-headers-git url = https://aur.archlinux.org/vulkan-headers-git.git +[submodule "pkg/uavs3d-git"] + path = pkg/uavs3d-git + url = https://aur.archlinux.org/uavs3d-git.git diff --git a/build-pkg/pkglist-AUR.txt b/build-pkg/pkglist-AUR.txt index 0ec2320..02c4cf5 100644 --- a/build-pkg/pkglist-AUR.txt +++ b/build-pkg/pkglist-AUR.txt @@ -1,4 +1,5 @@ -adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched handbrake-full intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift ttf-material-design-icons-git ttf-unifont uavs3d umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zotero -adwaita-qt4 fedora-firefox-wayland-bin ffmpeg-amd-full kclock pocketsphinx riseup-vpn youplay +adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched handbrake-full iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zotero +adwaita-qt4 fedora-firefox-wayland-bin kclock pocketsphinx riseup-vpn youplay +ffmpeg-amd-full holo jellyfin diff --git a/pkg/de-p1st-gnupg/PKGBUILD b/pkg/de-p1st-gnupg/PKGBUILD index 01ee6df..692e356 100644 --- a/pkg/de-p1st-gnupg/PKGBUILD +++ b/pkg/de-p1st-gnupg/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=gnupg _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.0.8 +pkgver=0.0.9 pkgrel=1 pkgdesc="gnupg with configuration" arch=('any') @@ -13,7 +13,7 @@ makedepends=('git') install='.install' source=("git+${url}.git") noextract=() -sha256sums=('SKIP' 'SKIP') +sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" diff --git a/pkg/uavs3d-git b/pkg/uavs3d-git new file mode 160000 index 0000000..577c5db --- /dev/null +++ b/pkg/uavs3d-git @@ -0,0 +1 @@ +Subproject commit 577c5db744ad787f73a015919b7b5d7cf2648859