summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-02-06 21:33:02 -0500
committerSolomon Choina2018-02-06 21:33:02 -0500
commitc628fe12b0b3bae75698f0992d53705b53f72962 (patch)
tree40629a7596f2e42b0af3627e9cabce6e4ce6bca7
parente6642f9ec6c69c8fc96475f5a3cfff0eff888280 (diff)
downloadaur-c628fe12b0b3bae75698f0992d53705b53f72962.tar.gz
updating pkgver
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
-rw-r--r--bashstyle-git.install11
3 files changed, 6 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1772e1f2b0..298da31444d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 01:58:25 UTC 2015
+# Wed Feb 7 02:32:52 UTC 2018
pkgbase = bashstyle-git
pkgdesc = A PyGTK client for managing bash, readline, vim, and nano settings (git version)
- pkgver = 0.9.1.r86.g8fecd78
+ pkgver = 0.10.3.r11.g3613554
pkgrel = 1
url = https://github.com/Nanolx/bashstyle-ng
- install = bashstyle-git.install
arch = any
groups = system
license = GPL3
@@ -26,9 +25,7 @@ pkgbase = bashstyle-git
provides = bashstyle
conflicts = bashstyle
source = git://github.com/Nanolx/bashstyle-ng.git
- source = bashstyle-git.install
md5sums = SKIP
- md5sums = 7035b66999f96ea0030d7af7ce14c25a
pkgname = bashstyle-git
diff --git a/PKGBUILD b/PKGBUILD
index c0377c13eb55..aa6808c74ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ian <ian at kremlin dot cc>
pkgname=bashstyle-git
-pkgver=0.9.1.r86.g8fecd78
+pkgver=0.10.3.r11.g3613554
pkgrel=1
pkgdesc="A PyGTK client for managing bash, readline, vim, and nano settings (git version)"
arch=('any')
@@ -10,12 +10,10 @@ groups=('system')
depends=('python2' 'dmidecode' 'gawk' 'sed' 'bc' 'gettext' 'less' 'libnewt' 'python2-configobj' 'python2-gobject' 'hicolor-icon-theme')
makedepends=('git')
optdepends=("acpi: showbatteryload support" "tree: fs support")
-install="bashstyle-git.install"
conflicts=('bashstyle')
provides=('bashstyle')
-source=("git://github.com/Nanolx/bashstyle-ng.git" "bashstyle-git.install")
-md5sums=('SKIP'
- '7035b66999f96ea0030d7af7ce14c25a')
+source=("git://github.com/Nanolx/bashstyle-ng.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/bashstyle-ng"
@@ -23,7 +21,7 @@ pkgver() {
}
build() {
cd "$srcdir/bashstyle-ng"
- ./configure --python=/usr/bin/python2 --no-postinstall
+ ./configure --python=/usr/bin/python --no-postinstall
./make build
}
diff --git a/bashstyle-git.install b/bashstyle-git.install
deleted file mode 100644
index 7c3ee77e593b..000000000000
--- a/bashstyle-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}