diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index f2ab9a8..0000000 --- a/.SRCINFO +++ /dev/null @@ -1,43 +0,0 @@ -pkgbase = nheko-git - pkgdesc = Desktop client for the Matrix protocol - pkgver = 0.9.1.r7.gbccab87a - pkgrel = 1 - url = https://github.com/Nheko-Reborn/nheko - arch = i686 - arch = x86_64 - arch = aarch64 - license = GPL3 - makedepends = git - makedepends = cmake - makedepends = gcc - makedepends = fontconfig - makedepends = qt5-tools - makedepends = nlohmann-json - depends = qt5-base - depends = lmdb - depends = qt5-graphicaleffects - depends = qt5-multimedia - depends = qt5-svg - depends = qt5-quickcontrols2 - depends = qt5-declarative - depends = qtkeychain-qt5 - depends = cmark - depends = openssl - depends = hicolor-icon-theme - depends = gstreamer - depends = gst-plugins-base - depends = gst-plugins-good - depends = gst-plugins-bad - depends = gst-plugin-qmlgl - depends = libnice - depends = libolm - depends = spdlog - depends = curl - depends = libevent - optdepends = qt-jdenticon - provides = nheko - conflicts = nheko - source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master - md5sums = SKIP - -pkgname = nheko-git diff --git a/.woodpecker.yml b/.woodpecker.yml index 17f0ff6..31df694 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,7 @@ pipeline: build: image: 'archlinux:latest' + pull: true environment: - SCCACHE_BUCKET=bur - SCCACHE_ENDPOINT=s3.rustybever.be @@ -24,6 +25,6 @@ pipeline: image: 'archlinux:latest' commands: # Publish the package - - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish' + - 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/publish' secrets: - api_key