summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarterX42022-02-26 16:00:58 +0100
committerStarterX42022-02-26 16:00:58 +0100
commit3b816eec8b5cb33215adcefd77a98693a01f5724 (patch)
tree5323ec7c6d027551a5854746f7a7c6e433f44835
parentd77074a2e8c6e045ed69484435dd26698cd88241 (diff)
downloadaur-3b816eec8b5cb33215adcefd77a98693a01f5724.tar.gz
spadfs 1.0.15
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbc80ac3230..f6e2ec2d9f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = spadfs-utils
pkgdesc = SPAD filesystem userspace utilities
- pkgver = 1.0.13
+ pkgver = 1.0.15
pkgrel = 1
url = https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/
arch = x86_64
license = unknown
optdepends = spadfs-dkms: DKMS kernel module
- source = https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/download/spadfs-1.0.13.tar.gz
- sha256sums = b12a84820f22f14ddc05e19aa8e1a48d1dd6f5bc2fb9b5fbcc122257cb1c1fbb
+ source = https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/download/spadfs-1.0.15.tar.gz
+ sha256sums = 98e903de83938bd58600316fb5cd9c9e4cc4ca5ee9c909a901a9e5e79705abc2
pkgname = spadfs-utils
-
diff --git a/PKGBUILD b/PKGBUILD
index 2080b6e24fc8..270728357653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Oleksandr Natalenko <oleksandr@natalenko.name>
pkgname=spadfs-utils
-pkgver=1.0.13
+pkgver=1.0.15
pkgrel=1
pkgdesc="SPAD filesystem userspace utilities"
arch=(x86_64)
@@ -10,13 +10,13 @@ url="https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/"
license=(unknown)
optdepends=('spadfs-dkms: DKMS kernel module')
source=(https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/download/spadfs-${pkgver}.tar.gz)
-sha256sums=('b12a84820f22f14ddc05e19aa8e1a48d1dd6f5bc2fb9b5fbcc122257cb1c1fbb')
+sha256sums=('98e903de83938bd58600316fb5cd9c9e4cc4ca5ee9c909a901a9e5e79705abc2')
package() {
cd spadfs-${pkgver}
make mkspadfs spadfsck
- #make SPADFS_CC="custom compiler" SPADFS_CFLAGS="custom CFGLAGS" mkspadfs spadfsck
+ #make SPADFS_CC="custom compiler" SPADFS_CFLAGS="custom CFLAGS" mkspadfs spadfsck
install -Dm0755 mkspadfs -t "${pkgdir}"/usr/bin
install -Dm0755 spadfsck -t "${pkgdir}"/usr/bin