summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanilla Pudding2022-03-23 02:01:17 -0600
committerVanilla Pudding2022-03-23 02:01:17 -0600
commit25919b0ec04d3daf6b34865838bbf938c19b3fbb (patch)
tree2dc830f4da07a4a2d7a342a262490dd823c52288
parent7a890b305e78fac5416422fbc88e0c5e5e1ce672 (diff)
downloadaur-25919b0ec04d3daf6b34865838bbf938c19b3fbb.tar.gz
Reformat Package to VCS Following
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b47b970fda..4815ee0d5f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = libopenaptx-git
depends = glibc
provides = libopenaptx.so
conflicts = libopenaptx
- source = git+https://github.com/pali/libopenaptx#commit=811bc18586d634042618d633727ac0281d4170b8
- sha512sums = SKIP
+ source = https://github.com/pali/libopenaptx/archive/0.2.1.tar.gz
+ sha512sums = 7c7f515585ed41cd276cd3141037ce21e3ebdb713dc932bcdb33320d9910c734bc81e581e2c09b3399b3516c789e5da7128fdab5ab6b5e4f42a86b6ac6d3f28c
pkgname = libopenaptx-git
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}"