summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702d653099ac..25ba84cf62b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aptpac
pkgdesc = a pacman wrapper with syntax from debian's apt
- pkgver = 3.0.0
+ pkgver = 3.0.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.0.0.zip
+ source = https://github.com/FascodeNet/aptpac/archive/v3.0.1.zip
md5sums = SKIP
pkgname = aptpac
diff --git a/PKGBUILD b/PKGBUILD
index 943d7038bec7..548c33438559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Abraham Levine <echo iue@trnspljc.890 | tr ietursnpl890jc acprlsurecomed>
pkgname=aptpac
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="a pacman wrapper with syntax from debian's apt"
arch=('any')
@@ -19,6 +19,7 @@ conflicts=('apt' 'apt-git' 'aptpac-git')
package() {
cd "${_gitname}-${pkgver}" &&
install -m 755 -D aptpac "${pkgdir}/usr/bin/aptpac"
+ install -m 755 -D LICENSE "${pkgdir}/usr/share/licenses/aptpac/LICENSE"
cd "${pkgdir}/usr/bin/"
ln -s "aptpac" "apt"
ln -s "aptpac" "apt-get"