summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordszryan2020-10-07 12:55:10 +1100
committerdszryan2020-10-07 12:55:10 +1100
commitb1b9215d31581d0d137f725ab8bb9b80481d441c (patch)
tree37a36ff03e9d1ffe0f9ce7c521d03d229d11c089
parent392c53f6734287e9d61e7596cd9a192aca37f1c7 (diff)
downloadaur-b1b9215d31581d0d137f725ab8bb9b80481d441c.tar.gz
database version update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d970823f0f54..4e23ba82db58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacmanity-git
pkgdesc = Keeps a list of installed packages in a Gist at your GitHub account
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/DerekTBrown/pacmanity
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = pacmanity-git
makedepends = git
depends = pacman>=5.0
depends = gist>=4.5.0
- conflicts = pacminity
+ conflicts = pacmanity
source = pacmanity-git::git+https://github.com/DerekTBrown/pacmanity.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5e032790c681..1a6fc05f4e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dszryan
pkgname=pacmanity-git
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Keeps a list of installed packages in a Gist at your GitHub account"
arch=('x86_64' 'i686')