summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-06-22 18:01:47 +1000
committerVictor Tran2016-06-22 18:01:47 +1000
commit49e8b3d68e4e63a079bcf98358b2af0eb06e71e0 (patch)
treeee3602450156ff643e26f832f3479fc8699f9c82
parent4a70cd2359fb0a3d0d55c64c02a8ee2c5c5d3137 (diff)
downloadaur-49e8b3d68e4e63a079bcf98358b2af0eb06e71e0.tar.gz
Update to 2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62390c694a38..12903fac74c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thepackage
pkgdesc = Simple Package Manager that invokes Pacman directly
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 0
url = https://github.com/vicr123/thepackage
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = thepackage
depends = wget
depends = package-query
depends = git
- source = thepackage-2.1::git+https://github.com/vicr123/thepackage#branch=master
+ source = thepackage-2.2::git+https://github.com/vicr123/thepackage#branch=master
md5sums = SKIP
pkgname = thepackage
diff --git a/PKGBUILD b/PKGBUILD
index d91ec9f21d2a..09aa9c9e5cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thepackage
-pkgver=2.1
+pkgver=2.2
pkgrel=0
pkgdesc="Simple Package Manager that invokes Pacman directly"
arch=("x86_64")