summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78518ddd1d4a..8fe2e09863cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xattrvi
pkgdesc = An editor for a file's extended attributes in the user-namespace
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cherti/xattrvi
arch = any
license = GPL3
depends = python
source = https://github.com/cherti/xattrvi/archive/v1.0.tar.gz
- sha256sums = f5022d5ebb268d107e4c49d3d790a9df56645ffc9f7ded3ad44f622548424e59
+ sha256sums = 7c1ae937a2f43c9fb2f2c01f05e3b8871604d5f904ed7fdd7ffd467a5c11a06b
pkgname = xattrvi
diff --git a/PKGBUILD b/PKGBUILD
index 3202b43086ec..15953c12f6d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
pkgname=xattrvi
pkgver=1.0
-pkgrel=1
-#epoch=0
+pkgrel=2
pkgdesc="An editor for a file's extended attributes in the user-namespace"
arch=(any)
url="https://github.com/cherti/xattrvi"
@@ -22,11 +21,15 @@ install=
changelog=
source=("https://github.com/cherti/xattrvi/archive/v1.0.tar.gz")
noextract=()
-sha256sums=("f5022d5ebb268d107e4c49d3d790a9df56645ffc9f7ded3ad44f622548424e59")
+sha256sums=("7c1ae937a2f43c9fb2f2c01f05e3b8871604d5f904ed7fdd7ffd467a5c11a06b")
validpgpkeys=()
package() {
cd "$pkgname-$pkgver"
+
mkdir -p $pkgdir/usr/bin
cp xattrvi $pkgdir/usr/bin/xattrvi
+
+ mkdir -p $pkgdir/usr/share/man/man1
+ cp doc/xattrvi.1 $pkgdir/usr/share/man/man1/xattrvi.1
}