aur: add more packages #2

Merged
nyyu merged 2 commits from :master into master 2021-06-04 19:27:32 +02:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit e0e84da8c5 - Show all commits

View file

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: build - name: build
image: gitlab.archlinux.org:5050/archlinux/archlinux-docker:base-devel-master image: archlinux:base-devel
volumes: volumes:
- name: repo - name: repo
path: /repo path: /repo

View file

@ -11,11 +11,11 @@ gnome-shell-extension-dash-to-dock
gnome-shell-extension-topicons-plus gnome-shell-extension-topicons-plus
inxi inxi
iprange iprange
jellyfin
megatools megatools
nordvpn-bin nordvpn-bin
oh-my-zsh-git oh-my-zsh-git
ookla-speedtest-bin ookla-speedtest-bin
pamac-aur
pandoc-bin pandoc-bin
portainer-bin portainer-bin
pyload-git pyload-git

View file

@ -5,7 +5,7 @@ build() {
makepkg --nodeps --nobuild --skippgpcheck --noconfirm makepkg --nodeps --nobuild --skippgpcheck --noconfirm
fi fi
makepkg --printsrcinfo > .SRCINFO makepkg --printsrcinfo > .SRCINFO
name=$(grep 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ') name=$(grep -m1 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
ver=$(grep 'pkgver' .SRCINFO | cut -d'=' -f2 | tr -d ' ') ver=$(grep 'pkgver' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
rel=$(grep 'pkgrel' .SRCINFO | cut -d'=' -f2 | tr -d ' ') rel=$(grep 'pkgrel' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
epoch=$(grep 'epoch' .SRCINFO | cut -d'=' -f2 | tr -d ' ') epoch=$(grep 'epoch' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
@ -17,7 +17,7 @@ build() {
if makepkg -s --skippgpcheck --noconfirm --sign || makepkg -s --skippgpcheck --nocheck --noconfirm --sign ; then if makepkg -s --skippgpcheck --noconfirm --sign || makepkg -s --skippgpcheck --nocheck --noconfirm --sign ; then
for pkg in *.pkg.tar.zst ; do for pkg in *.pkg.tar.zst ; do
cp "$pkg"{,.sig} /repo/ cp "$pkg"{,.sig} /repo/
repo-add -s /repo/nyyu.db.tar.zst /repo/"$pkg" repo-add -R -s /repo/nyyu.db.tar.zst /repo/"$pkg"
done done
fi fi
fi fi

View file

@ -1,6 +1,6 @@
# Maintainer: Sl@ny <webmaster [at] slany [dot] work> # Maintainer: Sl@ny <webmaster [at] slany [dot] work>
pkgname=drone pkgname=drone
pkgver=2.0.0 pkgver=2.0.1
pkgrel=1 pkgrel=1
pkgdesc="Drone is a Continuous Delivery platform built on Docker, written in Go - Free enterprise variant" pkgdesc="Drone is a Continuous Delivery platform built on Docker, written in Go - Free enterprise variant"
arch=('x86_64') arch=('x86_64')