summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Griffin2018-12-31 06:12:01 -0500
committerDJ Griffin2018-12-31 06:12:01 -0500
commit66264ad78a31d5f1b05e05e9a290890e16f82dce (patch)
treecba9ed142d771d0e41d02536e91d6600bb4966c6 /PKGBUILD
parent00d5f90515d94d7b16fe4fc254e18a63999f52e5 (diff)
downloadaur-66264ad78a31d5f1b05e05e9a290890e16f82dce.tar.gz
First main OMP release AUR package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89b8d13aa31b..60d06cb574db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,6 @@ conflicts=('omp' 'omp-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TheWiseNoob/OMP/archive/$pkgver.tar.gz")
sha256sums=('SKIP')
-pkgver() {
- cd "OMP-$pkgver"
- git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
-}
-
build() {
cd "OMP-$pkgver"
make