summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Andres2021-04-23 21:34:50 +0200
committerThomas Andres2021-04-23 21:34:50 +0200
commit5b4ff710fe21d1d6476c1be0673bc24aafe4b299 (patch)
tree8023c41d5646624295409e12bcd29f353bd28fe7 /PKGBUILD
parenta795b62f8974aceb11ee9a5fb02c2efc654717ff (diff)
downloadaur-5b4ff710fe21d1d6476c1be0673bc24aafe4b299.tar.gz
rmoved prepare function, was not longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e50edb53918e..45504ec14747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openhantek6022
_gitname=OpenHantek6022
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A DSO software for Hantek USB digital signal oscilloscopes 6022BE/BL."
arch=('i686' 'x86_64')
url="https://github.com/OpenHantek/OpenHantek6022"
@@ -14,12 +14,6 @@ provides=(openhantek6022)
source=("$_gitname::git+https://github.com/OpenHantek/OpenHantek6022.git")
md5sums=('SKIP')
-prepare() {
- cd $_gitname
- # change the udev directory to match arch defaults
- sed -i 's/\/lib\/udev\/rules.d\//\/usr\/lib\/udev\/rules.d\//g' CMakeLists.txt
-}
-
pkgver() {
curl --silent https://api.github.com/repos/OpenHantek/OpenHantek6022/releases/latest | grep -Po '"tag_name": "\K.*?(?=")'
}