summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2017-03-13 22:09:31 +0100
committerDario Ostuni2017-03-13 22:09:31 +0100
commit479ae41cd0f6d398ce062a1b969774c42c24de30 (patch)
tree2bcae67b964728b1a034cd98e186c76214a5207b
parent0e4aad836817e98aa693e378b1909f8b53edfbe9 (diff)
downloadaur-etc2comp-git.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd369c7f8a40..a462f0361cbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 10:21:49 UTC 2017
+# Mon Mar 13 21:09:27 UTC 2017
pkgbase = etc2comp-git
pkgdesc = Etc2Comp is a command line tool that converts textures (e.g. bitmaps) into the ETC2 format.
- pkgver = r8.bf22b48
+ pkgver = r11.e2e733c
pkgrel = 1
url = https://github.com/google/etc2comp
arch = i686
@@ -11,10 +11,8 @@ pkgbase = etc2comp-git
arch = aarch64
license = Apache2
makedepends = cmake
- source = git+https://github.com/google/etc2comp.git#commit=bf22b48472410c97a6dd18acb3a58a8d1bc8dde3
- source = https://patch-diff.githubusercontent.com/raw/google/etc2comp/pull/17.patch
+ source = git+https://github.com/google/etc2comp.git
sha256sums = SKIP
- sha256sums = 30c04d79595c26ce58fb84761204e50248b21e27424ac0ae84b265a4e4ce5381
pkgname = etc2comp-git
diff --git a/PKGBUILD b/PKGBUILD
index ca323ffb0483..54200c28f721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=etc2comp-git
-pkgver=r8.bf22b48
+pkgver=r11.e2e733c
pkgrel=1
pkgdesc="Etc2Comp is a command line tool that converts textures (e.g. bitmaps) into the ETC2 format."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -9,10 +9,8 @@ license=('Apache2')
depends=()
makedepends=('cmake')
options=()
-source=("git+https://github.com/google/etc2comp.git#commit=bf22b48472410c97a6dd18acb3a58a8d1bc8dde3"
- "https://patch-diff.githubusercontent.com/raw/google/etc2comp/pull/17.patch")
-sha256sums=('SKIP'
- '30c04d79595c26ce58fb84761204e50248b21e27424ac0ae84b265a4e4ce5381')
+source=("git+https://github.com/google/etc2comp.git")
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/etc2comp"
@@ -21,7 +19,6 @@ pkgver() {
prepare() {
cd "$srcdir/etc2comp"
- patch -p1 < ../17.patch
}
build() {