summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2015-03-30 23:17:18 -0400
committerKeshav Amburay2015-03-30 23:17:18 -0400
commit1177c6c03bfe4ad50914e39dc7eb1e17f8cbcd50 (patch)
tree6475e6ca968b5454fc232f320c906cb8a31b93ec
parent41dc7df830426a5442b30e8e016ff3d88f3cf379 (diff)
downloadaur-1177c6c03bfe4ad50914e39dc7eb1e17f8cbcd50.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c9499a065f..dce8ff4c9809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = pesign-git
pkgdesc = Tools for manipulating signed PE-COFF binaries - GIT Version
- pkgver = 0.109.31.gc877f01
+ pkgver = 0.110.7.g3c2374b
pkgrel = 1
- url = https://github.com/vathpela/pesign
+ url = https://github.com/rhinstaller/pesign
arch = x86_64
license = GPL2
makedepends = git
depends = popt
depends = nss
- provides = pesign=0.109.31.gc877f01
+ provides = pesign=0.110.7.g3c2374b
conflicts = pesign
options = !strip
options = !emptydirs
options = docs
- source = pesign::git+https://github.com/vathpela/pesign.git#branch=master
+ source = pesign::git+https://github.com/rhinstaller/pesign.git#branch=master
sha1sums = SKIP
pkgname = pesign-git
diff --git a/PKGBUILD b/PKGBUILD
index d6f2753307ec..921ff672d8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-_gitroot="https://github.com/vathpela/pesign.git"
+_gitroot="https://github.com/rhinstaller/pesign.git"
_gitname="pesign"
_gitbranch="master"
_pkgname="pesign"
pkgname="${_pkgname}-git"
-pkgver=0.109.31.gc877f01
+pkgver=0.110.7.g3c2374b
pkgrel=1
pkgdesc="Tools for manipulating signed PE-COFF binaries - GIT Version"
-url="https://github.com/vathpela/pesign"
+url="https://github.com/rhinstaller/pesign"
arch=('x86_64')
license=('GPL2')
makedepends=('git')