From 8b674bed8f8515899cdf39bcccddb920bc274192 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 30 Nov 2020 20:56:43 +0900 Subject: [PATCH] [fix] : Fixed version name --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- aptpac | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a280e5a..7d5a9e3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aptpac pkgdesc = a pacman wrapper with syntax from debian's apt - pkgver = 3.1.0 + pkgver = 3.2.1 pkgrel = 1 url = https://github.com/FascodeNet/aptpac arch = any @@ -10,7 +10,7 @@ pkgbase = aptpac conflicts = apt conflicts = apt-git conflicts = aptpac-git - source = https://github.com/FascodeNet/aptpac/archive/v3.1.0.zip + source = https://github.com/FascodeNet/aptpac/archive/v3.2.1.zip md5sums = SKIP pkgname = aptpac diff --git a/PKGBUILD b/PKGBUILD index d1e9917..c7cd8c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintaoner: Yamada Hayao # Maintainer: Abraham Levine -pkgname=aptpac -pkgver=3.1.0 -pkgrel=1 +pkgname="aptpac" +pkgver="3.2.1" +pkgrel="1" pkgdesc="a pacman wrapper with syntax from debian's apt" arch=('any') url="https://github.com/FascodeNet/aptpac" diff --git a/aptpac b/aptpac index c894859..377bd31 100755 --- a/aptpac +++ b/aptpac @@ -21,7 +21,7 @@ AURHELPER= set -e -APTPAC_VERSION="3.1.0" +APTPAC_VERSION="3.2.1" PACMAN_OPTIONS= HELPERS=( "/usr/bin/yay" -- 2.11.0