summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2022-09-21 09:40:16 +0200
committerGordian Edenhofer2022-09-21 09:40:16 +0200
commitc84ba9d5eda4ef3c3e6e7d22ea688934981114dd (patch)
tree9b43fc9ed9a47c90fd76a090a6179cfe822a8098
parentdb6ec56e54e15fa29d4b623698aded8b5809dc1d (diff)
downloadaur-c84ba9d5eda4ef3c3e6e7d22ea688934981114dd.tar.gz
upgpkg: grive 0.5.1-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ea4468ac83..456518af5f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,8 +21,10 @@ pkgbase = grive
source = grive-0.5.1.tar.gz::https://github.com/vitalif/grive2/archive/v0.5.1.tar.gz
source = binutils_compilation.patch::https://github.com/vitalif/grive2/commit/b4d6ac055f8f16ac735a70036243bc4ea2334039.patch
source = syncer_compilation.patch::https://patch-diff.githubusercontent.com/raw/vitalif/grive2/pull/363.patch
+ source = fgrep_compilation.patch::https://patch-diff.githubusercontent.com/raw/vitalif/grive2/pull/371.patch
sha512sums = 609837fc93ad78d143dcb4d1f558743d413c887fec2e9aaac81edd58549b812db859aab5ce7f664f06564779cff4bae32d43529e47fcc36640f1a9b52c5b5888
sha512sums = 61b4b642c3f290bf3c4dcc9c1eeccc3aab4cd0802fba0971dc2475152967856b16ee8194038d93be8060318c8ee0b242705ceae3412cc1053ad39a95ce0e9795
sha512sums = 9c4d73105309bb25e03d692313c46c5281b8b0b1f1f3f4fb7bfdd5d167d642e966203024d675d9139ca92de72a2d796819f04e8940da9c8bbb746eb8b5ed615f
+ sha512sums = e2829bb1e046e1f6dd529f54423cd952d95d937f2ae34b4fce05b42dd37aeed61ec128b73a81235c10c012cd0cdc395c03409fd99daedf8e47270a7c6d1508d6
pkgname = grive
diff --git a/PKGBUILD b/PKGBUILD
index 8c94c0cd0b45..24a21c46d204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,16 +18,19 @@ makedepends=('cmake' 'boost')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/vitalif/grive2/archive/v${pkgver}.tar.gz"
"binutils_compilation.patch"::"https://github.com/vitalif/grive2/commit/b4d6ac055f8f16ac735a70036243bc4ea2334039.patch"
"syncer_compilation.patch"::"https://patch-diff.githubusercontent.com/raw/vitalif/grive2/pull/363.patch"
+ "fgrep_compilation.patch"::"https://patch-diff.githubusercontent.com/raw/vitalif/grive2/pull/371.patch"
)
sha512sums=('609837fc93ad78d143dcb4d1f558743d413c887fec2e9aaac81edd58549b812db859aab5ce7f664f06564779cff4bae32d43529e47fcc36640f1a9b52c5b5888'
'61b4b642c3f290bf3c4dcc9c1eeccc3aab4cd0802fba0971dc2475152967856b16ee8194038d93be8060318c8ee0b242705ceae3412cc1053ad39a95ce0e9795'
- '9c4d73105309bb25e03d692313c46c5281b8b0b1f1f3f4fb7bfdd5d167d642e966203024d675d9139ca92de72a2d796819f04e8940da9c8bbb746eb8b5ed615f')
+ '9c4d73105309bb25e03d692313c46c5281b8b0b1f1f3f4fb7bfdd5d167d642e966203024d675d9139ca92de72a2d796819f04e8940da9c8bbb746eb8b5ed615f'
+ 'e2829bb1e046e1f6dd529f54423cd952d95d937f2ae34b4fce05b42dd37aeed61ec128b73a81235c10c012cd0cdc395c03409fd99daedf8e47270a7c6d1508d6')
prepare() {
cd "${srcdir}/${pkgname}2-${pkgver}"
patch -Np1 -i ../binutils_compilation.patch
patch -Np1 -i ../syncer_compilation.patch
+ patch -Np1 -i ../fgrep_compilation.patch
}
build() {