summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2021-07-28 19:12:22 +0200
committerFabian Maurer2021-07-28 19:12:22 +0200
commit809f7d240f96c8f5ba10e95d36fa6f3d43688326 (patch)
tree4ee51f54e1343fb5634e3361eb385dc6a62d9dbe
parent56eab368fde4b22d65a9e47e4784824627a0277c (diff)
downloadaur-809f7d240f96c8f5ba10e95d36fa6f3d43688326.tar.gz
Make PKGBUILD more compatible
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e61c66677fdc..d77bf28143c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sdfs
pkgdesc = Deduplication file system from Opendedup
pkgver = 3.10.8.0
- pkgrel = 1
+ pkgrel = 2
url = http://opendedup.org
arch = x86_64
license = GPL2
@@ -9,8 +9,9 @@ pkgbase = sdfs
depends = libxml2
depends = java-runtime
depends = fuse
- source = https://github.com/opendedup/sdfs/archive/{b914fcfbd10198552a1c892dede83b16774ffb03}.zip
+ source = https://github.com/opendedup/sdfs/archive/b914fcfbd10198552a1c892dede83b16774ffb03.zip
+ source = build-fix.patch
md5sums = 6d230c16d98e41e42753cf275f718936
+ md5sums = f5435f9f678e9858512527f9211d3fdd
pkgname = sdfs
-
diff --git a/PKGBUILD b/PKGBUILD
index 093e82482f57..0909c58a4504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=sdfs
pkgver=3.10.8.0
_pkgver=b914fcfbd10198552a1c892dede83b16774ffb03
-pkgrel=1
+pkgrel=2
pkgdesc="Deduplication file system from Opendedup"
arch=('x86_64')
url="http://opendedup.org"
license=('GPL2')
makedepends=('maven')
depends=('libxml2' 'java-runtime' 'fuse')
-source=(https://github.com/opendedup/sdfs/archive/{$_pkgver}.zip
+source=(https://github.com/opendedup/sdfs/archive/$_pkgver.zip
'build-fix.patch'
)
md5sums=('6d230c16d98e41e42753cf275f718936'