Skip to content

Commit

Permalink
Small fix for Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Mar 26, 2022
1 parent b88b68c commit af83812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Manjaro/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgdesc="Personal genealogical database editor"
arch=('i386' 'x86_64')
url="https://github.com/serg-norseman/gedkeeper"
license=('GPLv3')
depends=('mono', 'sqlite3')
depends=('mono' 'sqlite3')

package() {
cp -r * $pkgdir
Expand Down
2 changes: 1 addition & 1 deletion deploy/rpm/gedkeeper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requires: mono-core
Requires: mono-data
Requires: mono-winforms
Requires: lua
Requires: sqlite3
Requires: sqlite

AutoReq: no
AutoReqProv: no
Expand Down
1 change: 1 addition & 0 deletions deploy/rpm/gk_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
../bin/BSLib.Design.dll
../bin/BSLib.Design.WFHandlers.dll
../bin/BSLib.Linguistics.dll
../bin/BSLib.SQLite.dll
../bin/DotNetRtfWriter.dll
../bin/ExcelLibrary.dll
../bin/GKMap.Core.dll
Expand Down

0 comments on commit af83812

Please sign in to comment.