Skip to content

Commit

Permalink
chore(update): onedrive-abraunegg
Browse files Browse the repository at this point in the history
  • Loading branch information
temeraire-cx authored and xiota committed Nov 23, 2024
1 parent bfc71f3 commit 348d892
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/aur-state
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1732372238
1732379435
8 changes: 4 additions & 4 deletions onedrive-abraunegg/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = onedrive-abraunegg
pkgdesc = Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases
pkgver = 2.5.2
pkgver = 2.5.3
pkgrel = 1
url = https://github.com/abraunegg/onedrive
arch = i686
Expand All @@ -12,13 +12,13 @@ pkgbase = onedrive-abraunegg
depends = libnotify
depends = sqlite
depends = d-runtime
provides = onedrive=2.5.2
provides = onedrive=2.5.3
conflicts = onedrive
conflicts = onedrive-abraunegg-git
conflicts = onedrive-bin
conflicts = onedrive-git
conflicts = onedrive-fork-git
source = https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.2.tar.gz
md5sums = 568a973a67bbc4a81ed38fb9d4b7e6a9
source = https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.3.tar.gz
md5sums = 1104499588cf8d78d3eddb9d7195f75a

pkgname = onedrive-abraunegg
4 changes: 2 additions & 2 deletions onedrive-abraunegg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Matrix <thysupremematrix atttttt tuta dottttt io>
_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.5.2
pkgver=2.5.3
pkgrel=1
pkgdesc="Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
Expand All @@ -13,7 +13,7 @@ source=("https://github.com/abraunegg/onedrive/archive/refs/tags/v${pkgver}.tar.
provides=("onedrive=$pkgver")
depends=('libnotify' 'sqlite' 'd-runtime')
makedepends=('d-compiler')
md5sums=('568a973a67bbc4a81ed38fb9d4b7e6a9')
md5sums=('1104499588cf8d78d3eddb9d7195f75a')

build() {
# Fix "W: ELF file ('usr/bin/onedrive') lacks FULL RELRO, check LDFLAGS."
Expand Down

0 comments on commit 348d892

Please sign in to comment.