summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD3
-rw-r--r--cpu-x-git.install11
4 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15a915f5be1c..f72c44159f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 14:39:18 UTC 2016
+# Sun May 8 09:18:38 UTC 2016
pkgbase = cpu-x-git
pkgdesc = A Free software that gathers information on CPU, motherboard and more (like CPU-Z)
- pkgver = 2.92.0.r123.g85e5be2
+ pkgver = 2.92.0.r127.ga575a95
pkgrel = 1
url = https://github.com/X0rg/CPU-X
- install = cpu-x-git.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/.gitignore b/.gitignore
index db0cfbad7450..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!cpu-x-git.install
diff --git a/PKGBUILD b/PKGBUILD
index cc4b5f5fbbb2..f3110b554494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=CPU-X
pkgname=cpu-x-git
-pkgver=2.92.0.r123.g85e5be2
+pkgver=2.92.0.r127.ga575a95
pkgrel=1
pkgdesc="A Free software that gathers information on CPU, motherboard and more (like CPU-Z)"
arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@ makedepends=('cmake' 'nasm')
provides=('cpu-x')
conflicts=('cpu-x')
options=('debug')
-install=$pkgname.install
source=("git+https://github.com/X0rg/CPU-X.git")
md5sums=('SKIP')
diff --git a/cpu-x-git.install b/cpu-x-git.install
deleted file mode 100644
index 81f2ba659316..000000000000
--- a/cpu-x-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}