summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2015-09-02 00:56:51 +0200
committershellkr2015-09-02 00:56:51 +0200
commit0e5469836c2cb4ea8cc2f34620773fd4b1c46406 (patch)
tree8038f4ffaf1eb4fdf0e2d7f4ae5ba34d8d7906a5
parent2955269b7f031dd68c6901f730170f39443a7aad (diff)
downloadaur-0e5469836c2cb4ea8cc2f34620773fd4b1c46406.tar.gz
Fixed the faulty version string that made the package seem out of date
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe3755d1d526..78469d2c9fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=pachist-git
_gitname=pachist
-pkgver=0
+pkgver=r47.5bb8683
pkgrel=1
pkgdesc="A small bash program to show the installed package history in Arch Linux."
arch=('any')
-url="https://github.com/Almehdi/pachist"
+url="https://github.com/shellkr/pachist"
license=('GPL3')
makedepends=('git')
provides=('pachist')