Skip to content

Commit

Permalink
Updating PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Oct 30, 2024
1 parent 9494eaf commit f062f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

_realname=$(grep AC_INIT "${startdir}/configure.ac" | cut -d[ -f2 | cut -d] -f1)
_realname="vmdetect"
pkgver="1.3.1"

pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
source=()

pkgver=$(grep AC_INIT "${startdir}/configure.ac" | cut -d[ -f3 | cut -d] -f1)
pkgrel=0
pkgdesc="Detect when running under virtual machine"
url="https://github.com/PerryWerneck/${_realname}"
Expand Down

0 comments on commit f062f22

Please sign in to comment.