summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangoldbj2018-05-15 11:41:46 +0545
committerdangoldbj2018-05-15 11:41:46 +0545
commitf0a1a2ad0b6a88217e1645c04757b0de8fa10c35 (patch)
tree016ace1103c54006cc40ebad1103577696b4ad2d
parentfa4143b77cee92d3ec320482dc109767459e71cd (diff)
downloadaur-f0a1a2ad0b6a88217e1645c04757b0de8fa10c35.tar.gz
copy help and locale files in build folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a626ad6287..0331e7e82a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dupeguru
pkgdesc = Find duplicate files on your system
pkgver = 4.0.3
- pkgrel = 4
+ pkgrel = 5
url = https://dupeguru.voltaicideas.net/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9c027e3910ac..8d8dbc57ad4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bijaya Dangol <dangoldbj23@gmail.com>
pkgname=dupeguru
pkgver=4.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Find duplicate files on your system"
arch=(any)
url="https://dupeguru.voltaicideas.net/"
@@ -33,6 +33,8 @@ build() {
package() {
cd "$srcdir"
+ cp -R "help" "build"
+ cp -R "locale" "build"
python package.py --arch-pkg
cd "build/${pkgname}-arch"