summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2017-12-24 16:05:14 +0800
committerlevinit2017-12-24 16:05:14 +0800
commit9f8c16bf0e500908b400fa3a4a6e83df8a2fbbc3 (patch)
tree433df149b912a6cd6a13cd07c270674d17bbb9b9
parent683f0a36a0009213b8dbd3f0717eed6a1ee73f7a (diff)
downloadaur-9f8c16bf0e500908b400fa3a4a6e83df8a2fbbc3.tar.gz
modify source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438f34295ff4..36c72c65c14e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ocsstore
url = https://www.linux-apps.com/p/1175480/
arch = x86_64
license = GPL
- source = https://dl.opendesktop.org/api/files/download/id/1506729906/ocsstore-2.2.1-1-x86_64.pkg.tar.xz
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/e40235785b87825907985000e3b96e1c/t/1514105605/ocsstore-2.2.1-1-x86_64.pkg.tar.xz
md5sums = SKIP
pkgname = ocsstore
diff --git a/PKGBUILD b/PKGBUILD
index 05cf17f0fb4d..ac99e4a6a1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ arch=('x86_64')
url="https://www.linux-apps.com/p/1175480/"
license=('GPL')
-source=("https://dl.opendesktop.org/api/files/download/id/1506729906/ocsstore-$pkgver-$pkgrel-x86_64.pkg.tar.xz")
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/e40235785b87825907985000e3b96e1c/t/1514105605/ocsstore-$pkgver-$pkgrel-x86_64.pkg.tar.xz")
+
md5sums=('SKIP')
package() {
cp -r $srcdir/usr $pkgdir
-}
+} \ No newline at end of file