summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVanilla Pudding2022-03-23 02:01:17 -0600
committerVanilla Pudding2022-03-23 02:01:17 -0600
commit25919b0ec04d3daf6b34865838bbf938c19b3fbb (patch)
tree2dc830f4da07a4a2d7a342a262490dd823c52288 /PKGBUILD
parent7a890b305e78fac5416422fbc88e0c5e5e1ce672 (diff)
downloadaur-25919b0ec04d3daf6b34865838bbf938c19b3fbb.tar.gz
Reformat Package to VCS Following
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23fda9f8405f..63fc88a7c6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# Maintainer: Kicker0429 <kicker0429@yahoo.com>
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=libopenaptx-git
@@ -12,9 +11,8 @@ depends=(glibc)
makedepends=(git)
provides=(libopenaptx.so)
conflicts=(libopenaptx)
-_commit=811bc18586d634042618d633727ac0281d4170b8 # tags/0.2.1
-source=("git+$url#commit=$_commit")
-sha512sums=('SKIP')
+source=("https://github.com/pali/libopenaptx/archive/0.2.1.tar.gz")
+sha512sums=('7c7f515585ed41cd276cd3141037ce21e3ebdb713dc932bcdb33320d9910c734bc81e581e2c09b3399b3516c789e5da7128fdab5ab6b5e4f42a86b6ac6d3f28c')
pkgver() {
cd "${pkgname%-git}"