summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Marwaha2023-06-20 10:59:45 +0530
committerYogesh Marwaha2023-06-20 10:59:45 +0530
commit4c2c69b08c34073e95330b9f9b3d1ff8826527f6 (patch)
tree740052932b602a2262dfb121ea81d58c2d16920f
parentfd112fc6417fc626b0d5bd20267e1061d4bd07c8 (diff)
downloadaur-4c2c69b08c34073e95330b9f9b3d1ff8826527f6.tar.gz
Update md5 (upstream package was updated without bumping version)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2222a113ff34..967460671909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.4.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abraunegg/onedrive
arch = i686
arch = x86_64
@@ -19,6 +19,6 @@ pkgbase = onedrive-abraunegg
conflicts = onedrive-git
conflicts = onedrive-fork-git
source = https://github.com/abraunegg/onedrive/archive/v2.4.24.tar.gz
- md5sums = 95921e7720de74468d1b0dc493f0347a
+ md5sums = 543b14d7881936cf2efe08a3e8a8919d
pkgname = onedrive-abraunegg
diff --git a/PKGBUILD b/PKGBUILD
index 5dccf85c5137..96bd8b541dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.4.24
-pkgrel=1
+pkgrel=2
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')
url="https://github.com/abraunegg/onedrive"
@@ -13,7 +13,7 @@ source=("https://github.com/abraunegg/onedrive/archive/v$pkgver.tar.gz")
provides=("onedrive=$pkgver")
depends=('libnotify' 'sqlite' 'd-runtime')
makedepends=('d-compiler')
-md5sums=('95921e7720de74468d1b0dc493f0347a')
+md5sums=('543b14d7881936cf2efe08a3e8a8919d')
build() {
# Fix "W: ELF file ('usr/bin/onedrive') lacks FULL RELRO, check LDFLAGS."