diff --git a/.drone.yml b/.drone.yml index 7d3fb05..d7054bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: gitlab.archlinux.org:5050/archlinux/archlinux-docker:base-devel-master + image: archlinux:base-devel volumes: - name: repo path: /repo diff --git a/aur.txt b/aur.txt index 0892871..a312e9f 100644 --- a/aur.txt +++ b/aur.txt @@ -11,11 +11,11 @@ gnome-shell-extension-dash-to-dock gnome-shell-extension-topicons-plus inxi iprange +jellyfin megatools nordvpn-bin oh-my-zsh-git ookla-speedtest-bin -pamac-aur pandoc-bin portainer-bin pyload-git diff --git a/build.sh b/build.sh index e02cf6c..dd4b55e 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ build() { makepkg --nodeps --nobuild --skippgpcheck --noconfirm fi 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 ' ') rel=$(grep 'pkgrel' .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 for pkg in *.pkg.tar.zst ; do 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 fi fi diff --git a/drone/PKGBUILD b/drone/PKGBUILD index c85029a..9e6c8a8 100644 --- a/drone/PKGBUILD +++ b/drone/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Sl@ny pkgname=drone -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="Drone is a Continuous Delivery platform built on Docker, written in Go - Free enterprise variant" arch=('x86_64')