Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
db-move: moved openvpn from [testing] to [extra] (x86_64)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@380654 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm authored and svntogit committed Apr 21, 2020
1 parent 1d1f7ea commit df60feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
4 changes: 2 additions & 2 deletions repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=openvpn
pkgver=2.4.9
pkgrel=1
pkgrel=2
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
arch=('x86_64')
url='https://openvpn.net/index.php/open-source.html'
Expand Down Expand Up @@ -69,7 +69,7 @@ package() {

# Install contrib
for FILE in $(find contrib -type f); do
case "$(file --brief --mime-type "${FILE}")" in
case "$(file --brief --mime-type --no-sandbox "${FILE}")" in
"text/x-shellscript") install -D -m0755 "${FILE}" "${pkgdir}/usr/share/openvpn/${FILE}" ;;
*) install -D -m0644 "${FILE}" "${pkgdir}/usr/share/openvpn/${FILE}" ;;
esac
Expand Down
78 changes: 0 additions & 78 deletions repos/testing-x86_64/PKGBUILD

This file was deleted.

0 comments on commit df60feb

Please sign in to comment.